Creates a new ServerSession with the given arguments.
Declaring type: SessionManagerBase
Namespace: Zyan.Communication.SessionMgmt
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public virtual ServerSession CreateServerSession (
        Guid sessionID,
        DateTime timeStamp,
        IIdentity identity
) 
Parameters
sessionID
Session unique identifier.
timeStamp
Session time stamp.
identity
System.Security.Principal.IIdentity for the user to associate a new session with.
Return Value
New ServerSession instance associated with the current ISessionManager component.