/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// unset cookie function(name){ return function(expires) { return document.cookie = escape(name) + '=' + expires + '; path=/'; }((function(d){ d.setTime(d.getTime() + (86400000 * -1)); return '; expires=' + d.toGMTString(); }(new Date()))); }('name-of-cookie');