Click or drag to resize

BrowserLoggingAttrs Enumeration

Specifies behavior attributes for managing how browser history is logged.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum BrowserLoggingAttrs
Members
  Member nameValueDescription
LogBrowserHistory1Log browser history to the xot_browser_history table.
UniqueBrowserPerIPAddress2Browser will be logged if the combination of browser (user agent) and IP address is unique for a user.
UniqueBrowserPerDay4Browser will be logged if the combination of browser (user agent) and logged date is unique for a user.
TrackUserToken8 Include the user token (eap_utkn) in the log entry and include the token in the uniqueness test. This will likely cause a moderate increase in the number of log entries, but allows the log entries to be correlated with xot_request_log entries.
See Also