I have set the session timeout something greater then 20 minutes in
the web.config(120 minutes for testing) after 20 minutes to 30 minutes
click a button and am redirected back to the login. My Session is
reporting 120 minutes I know this becuase I display on a debug page.
below are the 2 areas in the web.config that I set anybody tell me
whats wrong or what is missing.
<sessionState mode="InProc" regenerateExpir edSessionId="fa lse"
timeout="120">
</sessionState>
<forms name=".GSNAUTH" loginUrl="Login .aspx" path="/"
protection="Enc ryption" timeout="120" slidingExpirati on="true"/>
When previeing on the page I see the top 1 becuase I have been able
to adjust it down to 60 minutes or 35 minutes whatever.
When I display on the debug page I show
lblSessionTimeo ut.text = Session.Timeout ;
NOt sure what I am missing.
the web.config(120 minutes for testing) after 20 minutes to 30 minutes
click a button and am redirected back to the login. My Session is
reporting 120 minutes I know this becuase I display on a debug page.
below are the 2 areas in the web.config that I set anybody tell me
whats wrong or what is missing.
<sessionState mode="InProc" regenerateExpir edSessionId="fa lse"
timeout="120">
</sessionState>
<forms name=".GSNAUTH" loginUrl="Login .aspx" path="/"
protection="Enc ryption" timeout="120" slidingExpirati on="true"/>
When previeing on the page I see the top 1 becuase I have been able
to adjust it down to 60 minutes or 35 minutes whatever.
When I display on the debug page I show
lblSessionTimeo ut.text = Session.Timeout ;
NOt sure what I am missing.
Comment