Class SystemTrackingConfiguration
- Namespace
- Dynamicweb.Tracking
- Assembly
- Dynamicweb.Core.dll
Configuration settings related to tracking. The settings are stored in the global system configuration.
- Inheritance
-
System
Tracking Configuration
- Inherited Members
Properties
Instance
Gets the instance of tracking configuration for the system.
Property Value
- System
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.