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