Skip to content

Commit

Permalink
Timezone detection: Set cookie expiration to 1 day
Browse files Browse the repository at this point in the history
refs #6078
  • Loading branch information
mxhash committed Sep 5, 2014
1 parent a300877 commit f2df8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/icinga/timezone.js
Expand Up @@ -71,7 +71,7 @@
return;
}

this.writeCookie(this.cookieName, timezoneOffset + ',' + Number(dst));
this.writeCookie(this.cookieName, timezoneOffset + ',' + Number(dst), 1);
},

/**
Expand Down

0 comments on commit f2df8d9

Please sign in to comment.