Hi..
I have set session timeout in web.config to 8 hrs ,but it expires after sometime. I am also set it in global.asax in session_start event
as session.Timout =8 hrs,but it expires after sometime. Can you please provide a fix to this problem.?
Thanks
sabu
I don't think that there is anything with our application that needs to be fixed. This problem is likely caused by some other factor. Your best bet is to search Google for a solution.
One possible solution is that you have the IIS Application Pool set to restart after X many hours. If the App gets reset, then so do the sessions. The other thing you can try is to enable the ASP.NET State Server. Using the state server would allow you to keep the sessions alive even if the application is restarted.