View Single Post
  #1 (permalink)  
Old 09-25-2007, 05:17 AM
S.Vinothkumar S.Vinothkumar is offline
D-Web Genius
 
Join Date: May 2007
Posts: 1,061
S.Vinothkumar is on a distinguished road
Question Problem in Session TimeOut

Hi there,

I'm trying to maintain a session for 10 hours. Below tags are in my web.config file.
Code:
<sessionState mode="InProc" cookieless="false" timeout="600" /> 
<forms loginUrl="login.aspx" timeout="600"></forms>
My problem is the session ends before that 10 hours, but I remain authenticated even after the session expires.

I'm not getting redirected to the login page but I loose my session data. I don't know where I'm doing wrong....
__________________
S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!
Reply With Quote
Sponsored Links