There are 3 places I need to address my timeout: 'Forms Authentication', 'Session State', and 'FormsAuthenticationTicket'
I want to have slidingExpiration, which I set to 'true' in my web.config under 'Forms Authentication'
How do I make my 'SessionState' expiry and my 'FormsAthenticationTicket' expiry follow the same sliding expeiration as my Forms Authentication in my web.config file?
Go to the complete details ...