|
Posted by Guillaume Dargaud on 10/06/07 22:17
Hello all,
I'm trying to do something very simple: delete (or empty) a cookie.
The following code (which I found in the PHP doc) works fine in IE6 but not
in Firefox:
setcookie ("Cart", "", time() - 3600);
Any hint on what's wrong ? Yes, I issue this command before sending in any
HTML.
Thanks
--
Guillaume Dargaud
http://www.gdargaud.net/Antarctica/
Navigation:
[Reply to this message]
|