I have no idea if it's system setting issue, a bug or server issue...
Any help? It's impossible to work. I keep losing my session every few minutes when should be 20 if not doing anything...
Comments: I'd read this article it might help with debugging the issue http://www.hanselman.com/blog/TroubleshootingExpiredASPNETSessionStateAndYourOptions.aspx Also since you are running your app in a shared hosting environment they are notorious for recycling the app pool using small idle times (I have seen as low as 5 min) so if your site is idle for 5 min it will recycle the app pool automatically or they recycle when the memory gets to a certain number as well. Also BugNET uses the ASP.NET Membership/Identity for login sessions which I seem to recall is cookie based so the article might be a moot point. - William
Any help? It's impossible to work. I keep losing my session every few minutes when should be 20 if not doing anything...
Comments: I'd read this article it might help with debugging the issue http://www.hanselman.com/blog/TroubleshootingExpiredASPNETSessionStateAndYourOptions.aspx Also since you are running your app in a shared hosting environment they are notorious for recycling the app pool using small idle times (I have seen as low as 5 min) so if your site is idle for 5 min it will recycle the app pool automatically or they recycle when the memory gets to a certain number as well. Also BugNET uses the ASP.NET Membership/Identity for login sessions which I seem to recall is cookie based so the article might be a moot point. - William