Click or drag to resize

VisitorCookie Class

Represents a visitor cookie. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsVisitorCookie

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class VisitorCookie

The VisitorCookie type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrent
Gets the current visitor cookie.
Public propertyIsReturningVisitor
Gets value indicating whether this is a returning visitor.
Public propertyLastVisit
Gets or sets the last visit date.
Public propertyVisitorID
Gets the unique identifier of the visitor.
Top
See Also