Skip to content

Commit 036fca4

Browse files
committed
Add redirect for name update
1 parent d7fcf3b commit 036fca4

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 renamed to 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
@@ -1,5 +1,6 @@
11
---
22
title: Client-side persistence in Analytics.js
3+
redirect_from: '/connections/sources/catalog/libraries/website/javascript/persistence/'
34
strat: ajs
45
---
56

@@ -43,7 +44,7 @@ analytics.load('writeKey', {
4344
})
4445
```
4546
> 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.
47+
> 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.
4748
4849
### User settings
4950

0 commit comments

Comments
 (0)