开发者

How to determine Asp.Net Session Length

开发者 https://www.devze.com 2023-03-16 19:24 出处:网络
The SessionState time out value can be configured via the web.config <sessionstate timeout=\"x\"/>

The SessionState time out value can be configured via the web.config

<sessionstate 
      timeout="x"/>

My ques开发者_运维知识库tion is: how can I determine through code, what the SessionState timeout length is?


You should be able to get or set that value using HttpSessionState.Timeout

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号