M
Moe Sisko
Using dotnet 2.0 sp1,
I've got ASP.NET session state working ok in SQLServer mode, but the
sessions never seem to expire.
e.g if I add a timeout attribute like so :
<sessionState mode="SQLServer"
sqlConnectionString="Integrated Security=SSPI;data source=localhost"
timeout="1" >
the session doesn't seem to timeout. The timeout works fine in inProc
session mode.
Any ideas ?
TIA
I've got ASP.NET session state working ok in SQLServer mode, but the
sessions never seem to expire.
e.g if I add a timeout attribute like so :
<sessionState mode="SQLServer"
sqlConnectionString="Integrated Security=SSPI;data source=localhost"
timeout="1" >
the session doesn't seem to timeout. The timeout works fine in inProc
session mode.
Any ideas ?
TIA