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!