Click or drag to resize
SessionInfo Class
SessionInfo data container class.
Inheritance Hierarchy
SystemObject
  CMS.MembershipSessionInfo

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
Syntax
C#
public class SessionInfo : IDataTransferObject

The SessionInfo type exposes the following members.

Constructors
  NameDescription
Public methodSessionInfo
Top
Properties
  NameDescription
Public propertySessionContactID
On-line visitor's contact ID.
Public propertySessionEmail
On-line visitor's e-mail (user or contact).
Public propertySessionExpired
Session expired.
Public propertySessionExpires
Session expires.
Public propertySessionFullName
On-line visitor's full name (user or contact).
Public propertySessionIdentifier
Session identifier.
Public propertySessionLastActive
Session last active.
Public propertySessionLastLogon
Session last logon.
Public propertySessionLocation
Session location.
Public propertySessionNickName
On-line visitor's user nick name
Public propertySessionSiteID
Session site id.
Public propertySessionUserCreated
On-line visitor's created time (user or contact).
Public propertySessionUserID
Session user id.
Public propertySessionUserIsHidden
If User is hidden.
Public propertySessionUserName
On-line visitor's user name.
Public propertyUpdated
Indicates if record was updated.
Top
Methods
  NameDescription
Public methodFillDataContainer
Fills given dataContainer with values from current object.
Public methodLoadFromContext
Updates the session object with current context values.
Top
See Also