Asp.net forms authentication cookie not honoring timeout with IIS7
Authentication cookies seem to timeout after a short period of time (a day or so). I am using Forms Authentication and have the timeout=”10080″ with slidingExpiration=”false” in the web.config. With that setting, the cookie should expire roughly 7 days after the user is successfully authenticated.