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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -