View Single Post
Old 11-07-2004, 09:42 AM   #2 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Yes, setting a cookie with a time that is less than the current time should do the trick.

http://us2.php.net/manual/en/function.setcookie.php

See example two where it sets the cookie to one hour in the past to effectively tell the browser to remove it.

-r
idx is offline   Reply With Quote