Skip to content

Commit 606782b

Browse files
mamaticbretg
authored andcommitted
IdentityLink - change expiration time to 30 days (#1517)
1 parent 17f205f commit 606782b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-docs/modules/userId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ pbjs.setConfig({
399399
storage: {
400400
type: "cookie",
401401
name: "idl_env", // create a cookie with this name
402-
expires: 60 // cookie can last for 60 days
402+
expires: 30 // cookie can last for 30 days
403403
}
404404
}],
405405
syncDelay: 3000 // 3 seconds after the first auction

0 commit comments

Comments
 (0)