Class TrackingConfiguration
- Namespace
- Dynamicweb.Tracking
- Assembly
- Dynamicweb.Core.dll
Configuration settings related to tracking
- Inheritance
-
Tracking
Configuration
- Derived
- Inherited Members
Constructors
TrackingConfiguration()
Initializes a new instance of the Tracking
Properties
Current
Gets the current tracking configuration for the system.
Property Value
- Tracking
Configuration The tracking configuration instance.
LoggingEnabled
Gets or sets a value indicating whether logging is enabled.
Property Value
- bool
true
if logging is enabled; otherwise,false
.
SessionCookieExpirationMinutes
Gets or sets the session cookie expiration in minutes.
Property Value
TrackingEnabled
Gets or sets a value indicating whether tracking is enabled.
Property Value
- bool
true
if tracking is enabled; otherwise,false
.
VisitorCookieExpirationMinutes
Gets or sets the visitor cookie expiration in minutes.