Method | Description | |
---|---|---|
GetAllSessions ( ) : System.Collections.Generic.IEnumerable |
||
GetSessionForKey ( string factoryKey ) : ISession | ||
SetSessionForKey ( string factoryKey, ISession session ) : void | ||
WebSessionStorage ( System.Web.HttpApplication app ) : System |
Method | Description | |
---|---|---|
Application_EndRequest ( object sender, |
||
GetSimpleSessionStorage ( ) : |
public GetAllSessions ( ) : System.Collections.Generic.IEnumerable |
||
return | System.Collections.Generic.IEnumerable |
public GetSessionForKey ( string factoryKey ) : ISession | ||
factoryKey | string | |
return | ISession |
public SetSessionForKey ( string factoryKey, ISession session ) : void | ||
factoryKey | string | |
session | ISession | |
return | void |
public WebSessionStorage ( System.Web.HttpApplication app ) : System | ||
app | System.Web.HttpApplication | |
return | System |