开发者

Getting list of session IDs from State server in asp.net

开发者 https://www.devze.com 2023-03-30 18:36 出处:网络
How do I 开发者_StackOverflow中文版get a list of active session IDs from State server in asp.net ?I don\'t think there is a way to access State server. Microsoft already abstracted it through Session

How do I 开发者_StackOverflow中文版get a list of active session IDs from State server in asp.net ?


I don't think there is a way to access State server. Microsoft already abstracted it through Session variable
The easiest way is to use Session_Start, Session_End in Global class to add and remove session id

0

精彩评论

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