开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜