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