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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -