Is it possible to get the REMAINING session timeout using sessionState in ASP.net
Here is the sessionState code in my webconfig file.
<sessionState
mode="SQLServer"
allowCustomSqlDatabase="true"
sqlConnectionString="my connection here"
timeout="100">
</sessionState>
Thanks
Yes you can use the following code to get the remaining time