Skip to content

Commit 8d7aaae

Browse files
authored
Update src/connections/sources/catalog/libraries/website/javascript/cookie validity update.md
1 parent a8b3867 commit 8d7aaae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ 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/
45+
> info ""
46+
> Chrome has a maximum limit of 400 days for cookies. If a value is set beyond that, then Chrome sets the upper limit to 400 days instead of rejecting it. Visit Chrome's [docs](https://developer.chrome.com/blog/cookie-max-age-expires/ ){:target="blank"} to learn more.
4647
4748
### User settings
4849

0 commit comments

Comments
 (0)