Click here to Skip to main content
15,896,421 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my website session expires before 20 minutes in case of default settings. I have tested after increasing timeout to 60 minutes but then also the session expires much before the set timeout.Plz Help me
Posted
Updated 30-Apr-12 19:27pm
v2

 
Share this answer
 
First check few things

1. Are you using single server or multiple.
2. in case you are using multiple servers don't use in-proc session but use stateserver or sqlserver for session management.

Now after this verify that:

1. you are not calling Session.Abandon().
2. You are manually not removing anything from session that has potential information.
 
Share this answer
 
v2
Hi ,
Check your iis configure for session Here[^]
Or Google for it Google[^]
Best Regards
M.Mitwalli
 
Share this answer
 

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