Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikdro authored Jan 10, 2024
1 parent 30a4074 commit 46427b6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,15 @@ KaufmannDigital:
cookieName: 'CUSTOM_COOKIENAME'
```

#### Cookie lifetime

For GDPR(DSGVO) - Reasons it could be required, to have the Settings-Cookie (which holds the CookieConsent-Settings) expired after a shorter time-period. This is configurable by days via Settings.yaml:
```yaml
KaufmannDigital:
GDPR:
CookieConsent:
cookieLifetime: 365 #365 days
```


#### Versioning
Expand Down

0 comments on commit 46427b6

Please sign in to comment.