Question Session Timeout Problem..

flameshinigami

New member
Joined
Jul 20, 2009
Messages
2
Programming Experience
5-10
Hi!
I need to create a control panel for an e commerce site. I used session to hold the value of the user_name. But I'm experiencing problem regarding the session timeout. I set it in 20 min. But it used to expired in no less than a minute. My configuration in the web.config file is as follows:

<sessionState
mode="InProc"
cookieless="false"
timeout="20"
/>


Can somebody tell me what might be the problem?...
Thanks!
 
Back
Top