Commit cfa6c812 by bapenda tasik

remark cookie

1 parent 033d3fe8
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
const value = document.cookie; const value = document.cookie;
const parts = value.split(`g_state=`); const parts = value.split(`g_state=`);
if (parts.length === 2) { if (parts.length === 2) {
document.cookie = "max-age=0"; //document.cookie = "max-age=0";
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!