S
Siegfried Heintze
I have a page with a huge session state but extremely low traffic. The
default timeout period that is normally sufficient is not. I thougth I was
changing the timeout period with the following change to the web.config
file.
<sessionState mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data
source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="2000"
/>
Unfortunately, this seems to have no affect (effect?). Is there a way to
make the timeout infinite so it no longer becomes necessary to page forward
or backward thru my large paged table just to reset the timeout timer?
Thanks,
Siegfried
default timeout period that is normally sufficient is not. I thougth I was
changing the timeout period with the following change to the web.config
file.
<sessionState mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data
source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="2000"
/>
Unfortunately, this seems to have no affect (effect?). Is there a way to
make the timeout infinite so it no longer becomes necessary to page forward
or backward thru my large paged table just to reset the timeout timer?
Thanks,
Siegfried