Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I am experiencing session timeout issue in between , it happens any time . I checked IIS configuration and all other possible scnerios in web.config file as well. All is working well .

But not sure why there is sudden session timeout in my application.

any suggestion to check ? any code or tool to track this problem if its coming from some code level logic
Posted
Comments
Kornfeld Eliyahu Peter 2-Jun-15 7:39am    
Are you handling the Session_End event in Gloabal.asax? It may give you some info...
Torakami 2-Jun-15 8:15am    
yeh i have a debugger on my session_end , but the problem is usuaully occurs on live server and not on development side
Torakami 2-Jun-15 8:18am    
can you provide me some set of stements that will help me to get the information in session_end event while debugging
ZurdoDev 2-Jun-15 14:39pm    
Check event log. Also, how do you know the session is ending. What are the symptoms?
Torakami 3-Jun-15 1:33am    
I have other page , sessiontimeout.html , it throws on that page ,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900