开发者

Session loss analysis

开发者 https://www.devze.com 2023-01-22 11:31 出处:网络
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

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 w开发者_如何学Goorker, 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


First thing is to check the event viewer on the web server, major issues would get logged there by IIS and/or the ASP.Net worker process.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号