标签: c# asp.net session iis-7 session-state
我需要从iis 7获取过期的会话ID列表,我已经尝试了下面的代码,但它只提供了当前的会话ID ..
HttpContext.Current.Session.SessionID.ToString()