Sets the new value of the session variable.
Declaring type: SqlSessionManager
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public override void SetSessionVariable (
        Guid sessionID,
        string name,
        object value
) 
Parameters
sessionID
Session unique identifier.
name
Variable name.
value
Variable value.