Skip to content

Commit a8b3867

Browse files
Update cookie validity update.md
Commented out "7 days"
1 parent 8c78e79 commit a8b3867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Example:
3535
analytics.load('writeKey', {
3636
cookie: {
3737
domain: 'sub.site.example',
38-
maxage: 7, 7 days
38+
maxage: 7, // 7 days
3939
path: '/',
4040
sameSite: 'Lax',
4141
secure: true

0 commit comments

Comments
 (0)