1 implementation of IHttpSessionState
System.Web (1)
State\SessionStateContainer.cs (1)
26public class HttpSessionStateContainer : IHttpSessionState {
6 references to IHttpSessionState
System.Web (6)
State\SessionState.cs (3)
248private IHttpSessionState _container; 250internal HttpSessionState(IHttpSessionState container) { 254internal IHttpSessionState Container {
State\SessionStateUtil.cs (3)
34static public void RaiseSessionEnd(IHttpSessionState session, Object eventSource, EventArgs eventArgs) { 39static public void AddHttpSessionStateToContext(HttpContext context, IHttpSessionState container) { 68static public IHttpSessionState GetHttpSessionStateFromContext(HttpContext context) {