简体   繁体   中英

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

如何从asp.net的状态服务器获取活动会话ID的列表?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM