Slim in-process session manager.
Declaring type: InProcSessionManager
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Public Constructors
  Name Description
Public Method InProcSessionManager

There is no summary.

Collapse/Expand Public Methods
  Name Description
Public Method Virtual ExistSession Checks whether the given session exists.
Public Method Virtual GetSessionBySessionID Returns ServerSession identified by sessionID.
Public Method Virtual GetSessionVariable Returns the value of the session variable.
Public Method Virtual RemoveSession Removes the given session from the session list.
Public Method Virtual SetSessionVariable Sets the new value of the session variable.
Public Method Virtual StoreSession Stores the given ServerSession to the session list.
Collapse/Expand Protected Properties
  Name Description
Protected Property AllSessions Returns list of all sessions.