G
Guest
Hi,
I have searched the net and still no luck...
I just want to automatically have a page redirected to another page when the
timeout set in the config file expires.
I currently have:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="20"
/>
and want my ASP.Net app to automatically detect that the timeout has expired
and redirect to another page.
Can anyone help?
Thanks in advance.
I have searched the net and still no luck...
I just want to automatically have a page redirected to another page when the
timeout set in the config file expires.
I currently have:
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="20"
/>
and want my ASP.Net app to automatically detect that the timeout has expired
and redirect to another page.
Can anyone help?
Thanks in advance.