Revert "Example of the cookie option"

This reverts commit 93a35c251b.
This commit is contained in:
Min-Soo Kim 2018-08-02 00:35:52 +09:00
parent 93a35c251b
commit 25d2e4892a
10 changed files with 4 additions and 36 deletions

View file

@ -8,7 +8,7 @@
dt.setTime(dt.getTime() + (d * 24 * 60 * 60000));
e = "; expires=" + dt.toGMTString();
}
document.cookie = n + "=" + v + e + "; path=/" + ((cookie_ssl) ? ";secure" : "");
document.cookie = n + "=" + v + e + "; path=/" + ((enforce_ssl) ? ";secure" : "");
}
var n = $('#nc_container');