Returns the value of the session variable.
Declaring type: SessionManagerBase
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract object GetSessionVariable (
        Guid sessionID,
        string name
) 
Parameters
sessionID
Session unique identifier.
name
Variable name.
Return Value
Value of the given session variable or null, if the variable is not defined.