Page 1 of 1

Deletetion of cookie?

Posted: Mon Sep 23, 2002 7:38 pm
by phice
Is there a way of deleting a cookie already sent to a user?

Posted: Mon Sep 23, 2002 7:41 pm
by mydimension
yep

setcookie("CookieName");

essentially give it a null value

Posted: Mon Sep 23, 2002 7:43 pm
by phice
That's what I was thinking..