Skip to content

Commit 61acc53

Browse files
authored
Update and rename persistence.md to cookie validity update.md
1 parent 034a45d commit 61acc53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connections/sources/catalog/libraries/website/javascript/persistence.md renamed to src/connections/sources/catalog/libraries/website/javascript/cookie validity update.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ analytics.load('writeKey', {
4242
}
4343
})
4444
```
45+
*Note*: Chrome allows 400 days as a maximum limit for cookies so if a value is set beyond that, then the upper limit will be set to 400 days instead of rejecting it. More information on this here: https://developer.chrome.com/blog/cookie-max-age-expires/
4546

4647
### User settings
4748

0 commit comments

Comments
 (0)