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 to use secure session and PGID cookies.
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 |