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 |
| Contains reference to user Does not contain login/password/name of user/addresses | depends on configuration value |
| ||||
Personalization Cookie | pgid-<site-name> | hash |
| Hash does not reference any user or user/customer group | session |
| ||||
Basket Cookie | cc-<cart-id> | cart ref |
| Contains reference to cart Does not contain login/password/name of user/addresses | 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 |
| Mandatory for feature | ||
Recently Viewed Items | rvdata-<domain?>-products | product refs | depends on domain preference | depends on configuration value | depends on configuration value |
| Mandatory for feature | |||
REST API Bridge | apiToken | cart or user ref |
| Contains reference to user | depends on configuration value | depends on configuration value |
| Mandatory for feature | ||
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 |
| Contains reference to user's organization Does not contain login/password/name of user/addresses | session |
| Mandatory for feature |
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 |