Skip to content

Commit

Permalink
fixup! feat: save language selection as cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
SGrueber committed Sep 5, 2023
1 parent f3a1b82 commit 1f4d166
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/guides/cookie-consent.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ This route can be linked to from anywhere within the application.

## PWA Required Cookies

| Name | Expiration | Provider | Description | Category |
| ------------- | ---------- | ------------- | ----------------------------------------------------------------- | ----------- |
| apiToken | 1 year | Intershop PWA | The API token used by the Intershop Commerce Management REST API. | First Party |
| cookieConsent | 1 year | Intershop PWA | Saves the user's cookie consent settings. | First Party |
| Name | Expiration | Provider | Description | Category |
| --------------- | ---------- | ------------- | ----------------------------------------------------------------- | ----------- |
| apiToken | 1 year | Intershop PWA | The API token used by the Intershop Commerce Management REST API. | First Party |
| cookieConsent | 1 year | Intershop PWA | Saves the user's cookie consent settings. | First Party |
| preferredLocale | 1 year | Intershop PWA | Saves the user's language selection. | First Party |

## Disabling the Integrated Cookie Consent Handling

Expand Down

0 comments on commit 1f4d166

Please sign in to comment.