I\'m adding a logout expiration alert to my application and would like to access my web.config forms authentication \"timeout\" value from my code. Any way i could do this?
You can access the web.config's timeout value in:
timeout
FormsAuthentication.Timeout.TotalMinutes
I don't know since when it's available, I'm using .NET 4.5.