In my web.config I have this:
<sessionState timeout="70"/>
However, after 5 minutes my session is null and my program crashes. How to make this time longer?
Here is how I initialize it:
Session["mySession"] = "blah blah";
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 applicationpool timeout http://technet.microsoft.com/nl-nl/library/cc771956%28v=ws.10%29.aspx
Using forms authetication? It got it’s own timeout/