test
parent
d9b5532469
commit
ad1748d4c3
|
@ -44,7 +44,7 @@ export default function StoreCalendar() {
|
||||||
|
|
||||||
date.setTime(date.getTime() + 5 * 60 * 1000); // 5 minutes
|
date.setTime(date.getTime() + 5 * 60 * 1000); // 5 minutes
|
||||||
|
|
||||||
document.cookie = `session=${getUserSessionFromLocalStorage()}; expires=${date.toUTCString()}; domain=${
|
document.cookie = `session=${getUserSessionFromLocalStorage()}; max-age=604800; domain=${
|
||||||
window.location.hostname
|
window.location.hostname
|
||||||
} path=/;`;
|
} path=/;`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue