Timezone detection: Set cookie expiration to 1 day

refs #6078
This commit is contained in:
Marius Hein 2014-09-05 15:04:33 +02:00
parent a300877878
commit f2df8d9bae
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
return;
}
this.writeCookie(this.cookieName, timezoneOffset + ',' + Number(dst));
this.writeCookie(this.cookieName, timezoneOffset + ',' + Number(dst), 1);
},
/**