Method | Description | |
---|---|---|
GetAllSessions ( ) : IEnumerable |
Returns all the values of the internal dictionary of sessions.
|
|
GetSessionForKey ( string factoryKey ) : ISession |
Returns the session associated with the specified factoryKey or null if the specified factoryKey is not found.
|
|
SetSessionForKey ( string factoryKey, ISession session ) : void |
Stores the session into a dictionary using the specified factoryKey. If a session already exists by the specified factoryKey, it gets overwritten by the new session passed in.
|
|
SimpleSessionStorage ( ) : System.Collections.Generic |
public GetSessionForKey ( string factoryKey ) : ISession | ||
factoryKey | string | |
return | ISession |
public SetSessionForKey ( string factoryKey, ISession session ) : void | ||
factoryKey | string | |
session | ISession | |
return | void |
public SimpleSessionStorage ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |