Skip to content

Commit 976718f

Browse files
mamaticMike Chowla
authored and
Mike Chowla
committed
IdentityLink - change expiration time to 30 days (#4239)
1 parent fbd6a0b commit 976718f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integrationExamples/gpt/userId_example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
storage: {
172172
type: 'cookie',
173173
name: 'idl_env',
174-
expires: 60
174+
expires: 30
175175
}
176176
}],
177177
syncDelay: 5000,

modules/userId/userId.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pbjs.setConfig({
4141
storage: {
4242
type: 'cookie',
4343
name: 'idl_env',
44-
expires: 60
44+
expires: 30
4545
}
4646
}],
4747
syncDelay: 5000,
@@ -80,7 +80,7 @@ pbjs.setConfig({
8080
storage: {
8181
type: 'html5',
8282
name: 'idl_env',
83-
expires: 60
83+
expires: 30
8484
}
8585
}],
8686
syncDelay: 5000

0 commit comments

Comments
 (0)