I created a web application and i set the session timeout to be 10 minutes. However, i found that sometime the session already timeout less than 5 minutes. So far i only have 3 users to test this system. But this system is suppose to be used by 200 users. I
really cannot imagine what will happen by that time. Anyone know what is the reason for that? My RAM is about 2 GB and no other application will take so much memory in my web server. Thanks!
If you're using InProc mode, then most likely you're experiencing an app or worker process reload. See this FAQ: http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=7504
Patrick Y. Ng
ASP.NET Developer
This posting is provided “AS IS” with no warranties, and confers no rights.
My problem is solved. It is related to real time antivirus s/w installed in my server. So, i set the antivirus s/w not scan to web.config and global.asax. Now my application will not encouter this problem again. Thanks Patrick! :)
rain1178
Member
50 Points
10 Posts
Session timeout less than the time set in "timeout"
May 20, 2003 11:38 AM|LINK
Patrick Y. N...
Member
505 Points
99 Posts
Microsoft
Re: Session timeout less than the time set in "timeout"
May 21, 2003 11:12 PM|LINK
ASP.NET Developer
This posting is provided “AS IS” with no warranties, and confers no rights.
allaboutsing...
Member
5 Points
1 Post
Re: Session timeout less than the time set in "timeout"
Jun 07, 2003 09:53 PM|LINK
rain1178
Member
50 Points
10 Posts
Re: Session timeout less than the time set in "timeout"
Aug 12, 2003 11:11 AM|LINK