Class VisitorSessionCookie
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
Represents a visitor's session cookie. This class cannot be inherited.
public sealed class VisitorSessionCookie
- Inheritance
-
VisitorSessionCookie
- Inherited Members
Properties
Current
Gets the current visitor cookie.
public static VisitorSessionCookie Current { get; }
Property Value
ProfileDynamics
Gets the visitor's profile dynamics.
public string ProfileDynamics { get; set; }
Property Value
VisitorSessionID
Gets the unique identifier of the visitor's session.
public int VisitorSessionID { get; set; }