Does anybody have any strategy or ideas for overall handling of errors and session expiration in a big ajaxy application?In a traditional web application when everything was a post or get, it\'s easy
We need to redirect the user to a session timed out page whenever the ASP.Net session times out. We fetch most of our content through AJAX calls and the user never navigates away from the default page
I want the users of my applicat开发者_Go百科ion to stay logged in for very long periods of time. The problem is the the session expires on the server end, thus losing variables stored in the session.
In IIS 6 (and other versions too afaik), there is a Session Timeout setting in Properties -> Home Directory Tab -> Configuration button -> Options tab. Looks like this:
I\'m having reports and complaints from my user that they will be using a screen and get kicked back to the login screen immediately on their next request. It doesn\'t happen all the time but randomly