Hi,
our web application frequently losses it's session state (user is being logged out very often). I predict that the reason of such behavior are some exceptions thrown and unhandled in side threads of application or whole application restart.
I'm pretty sure that it's not caused by recycle worker, because it happens in irregular periods of time and many times just after logging into application (after browsking two or three pages).
Are there any good ways to diagnose the reasons of session loss? Are there any tools, or should I use Global.asax in some nice way?
Thanks for any of your comments and answers. Regards