This concept is intended for developers who want to learn more about the contents of Intershop's cookies.
All cookie configurations can be adjusted to meet the privacy and security needs of our customers.
The following table lists all cookies used in the standard product. Please note that customization of Intershop Commerce Management may extend this list. In addition, optional features such as Google Tag Manager may introduce additional cookies that are not part of this document.
Name | Cookie | Content | Description | No User-Related Content | Expiration | HttpOnly | ReadOnly (cookie is never modified) | Secure | Same-Site | Optional |
---|---|---|---|---|---|---|---|---|---|---|
Session Cookie | sid | hash |
| session |
(*) | |||||
Authentication Cookie | SecureSessionID-<site-id> | user ref |
|
| depends on configuration value |
(*) | ||||
Personalization Cookie | pgid-<site-name> | hash |
|
| session |
| ||||
Basket Cookie | cc-<cart-id> | cart ref |
|
| depends on domain preference |
| ||||
A/B-Test Cookie | <configured-value>-<ab-test-id> | ab-test-group ref |
| session | depends on configuration value | depends on configuration value |
|
| ||
Recently Viewed Items | rvdata-<domain?>-products | product refs | depends on domain preference | depends on configuration value | depends on configuration value |
|
| |||
REST API Bridge | apiToken | cart or user ref |
|
| depends on configuration value | depends on configuration value |
|
| ||
Display Switch | cookie_test | nothing |
| session |
| Part of demo template Set CookiesDisabledOverlay.isml | ||||
OpenID Connect State | oidc_state | actual OIDC state, organization name, identity provider id |
|
| session |
(*) |
|
The table contains the default values for cookies. See Guide - Secure URLs Only for information on using secure session and PGID cookies.
*) The SameSite
value of the cookies marked with an asterisk in the list above can be configured since ICM 12.4.
Each of the appropriate configuration properties is defined as follows:
Type: enum string
Allowed values: strict
, lax
, none
Mandatory: false
Default value: lax
Cookie | Configuration Property Key |
---|---|
sid | with
(this property requires a full HTTP header string) otherwise:
|
SecureSessionID-<site-id> |
|
oidc_state |
|
Cookies are intended to reference data in the application (database). The access to the database is limited.
Cookie Stored Reference to Object | Referenceable Data in Database |
---|---|
user | shipping, billing addresses, login, orders, customer |
cart | shipping, billing addresses |
a/b test group | list of users/customers |