Hi all, I have a line that deletes a previously set cookie:
setcookie("membership","",time()-86400);
That line works fine in IE, but doesn't delete the cookie in Netscape (both Mac and 
Linux).

On a side note, both IE and Netscape do not pop up a warning when the cookie is being 
sent.  Since it works in IE I guess it just doesn't warn you since its deleting a 
cookie not placing one, but maybe in Netscape its not working at all?

Reply via email to