3 references to HttpSessionState
System.Web (3)
State\SessionStateModule.cs (1)
93HttpSessionState sessionState = new HttpSessionState(sessionStateContainer);
State\SessionStateUtil.cs (2)
35HttpApplicationFactory.EndSession(new HttpSessionState(session), eventSource, eventArgs); 40HttpSessionState sessionState = new HttpSessionState(container);