Hi, Is there a command that I can use on the address bar to delete a cookie from my current session? I know that the javascript: alert(document.cookie); displays the cookie but how does one delete it? Is it possibl-eh?
DrDoc
11:48 pm on Dec 2, 2003 (gmt 0)
You would have to use setcookie() to delete it, just like you would in a document.