I like to host asp.net web application in IIS 7.0 (windows server 2008).
I configured session state as sessionstate mode=”inproc” timeout = 120.
Even the session expires within 15 seconds. What could be the problem?.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check the Windows Event Log to ensure that the Worker Process is not being forced to recyle.
There may be something in your code that causes the Worker Process to force itself to recyle in which case when the session is stored inProc it will loose all session values it’s holding.