ASP.NET Why are sessions timing out, sessionstate timeout set

If the user closes their browser or clears cookies, or if the AppDomain on the server is recycled, the session state will be lost.

Have you checked logs to see if the app is recycling?

Leave a Comment