We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
storeId
1 parent a8fcb95 commit f7248eeCopy full SHA for f7248ee
1 file changed
modules/startioSystem.js
@@ -36,7 +36,7 @@ function getCachedId() {
36
}
37
38
function storeId(id, expiresInDays) {
39
- expiresInDays = expiresInDays || 9;
+ expiresInDays = expiresInDays || 90;
40
const expirationDate = new Date(Date.now() + expiresInDays * 24 * 60 * 60 * 1000).toUTCString();
41
42
if (storage.cookiesAreEnabled()) {
0 commit comments