My current properties:
Session.Timeout = 500; – ignored;
On the server properties – Session State Time-out = 500 – didn’t help.
My current properties: Session.Timeout = 500; – ignored; On the server properties – Session
Share
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.
Have you set the session timeout in the
web.configfile?You might also want to have a look this site for other reasons: http://patelshailesh.com/index.php/session-expires-before-timeout-value-specified-in-web-config
As @Hans has suggested, you can also use a “keep alive” mechanism instead of the sledgehammer method of increasing the session.
Here’s one: “session defibrillator”