Table of Contents

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

VisitorSessionCookie

ProfileDynamics

Gets the visitor's profile dynamics.
public string ProfileDynamics { get; set; }

Property Value

string

VisitorSessionID

Gets the unique identifier of the visitor's session.
public int VisitorSessionID { get; set; }

Property Value

int
To top