Session data
Members
-
domain :string
-
Session Domain.
You can disable all cookies by setting site_domain to a falsy value.
Type:
- string
-
enabled :boolean
-
Session enabled (Are session cookies enabled?)
Type:
- boolean
-
ID :string
-
Session ID. This will be randomly generated in the client but may be overwritten by the server if not set.
Type:
- string
-
length :number
-
Session length (number of pages)
Type:
- number
-
start :TimeStamp
-
Session start time.
Type: