My application uses Forms authentication to log users into the site with their Active Directory credentials. We just switched servers for the app and now they are logged out about once a day. It doesn't appear to be a browser issue (affects all browsers, even after clearing cache and cookies). How do I fix this in IIS7?
|
feedback
|
|
It's probably AppPool recycling. Turn it off. This post shows you where you can change it. | |||
feedback
|