I have a c# web application which continues to timeout intermittently even though I have <sessionState mode="InProc" timeout="120"/> set in the web config. I've also checked the event viewer on the server to see if the app pool is recycling, which it is not. I also checked the code to see if there is any funky code which might cause issues and I'm not seeing anything. Any ideas as to what might cause this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||
|
|
IIS may be losing your SessionState. Some links you would like to check: Here, we solved this by changing the SessionState mode to StateServer in the |
|||
|
|