How to determine Asp.Net Session Length -
the sessionstate time out value can configured via web.config
<sessionstate timeout="x"/>
my question is: how can determine through code, sessionstate timeout length is?
you should able or set value using httpsessionstate.timeout
Comments
Post a Comment