*ASP.NET_SessionId |
Expires at the end of the session. |
Keeps the user session ID for security reasons. |
*CMSCsrfCookie |
Expires at the end of the session. |
Stores a security token (identification feature) that the system uses to validate all form data submitted via POST requests. Helps protect against cross site request forgery. |
*cookieSettings |
Expires in 30 days. |
Stores information about which cookies have been accepted or rejected. |
*cb-enabled |
Expires at the end of the session. |
Stores the information as to whether the cookie banner has been accepted. |
*CMSPreferredCulture |
Expires in 12 Months. |
Stores the visitor's preferred content culture (language). |
*CMSCurrentTheme |
Expires at the end of the session. |
Stores the name of the current visual theme to provide proper design to the dialog windows. |