why does these codes set a perfectly good persistent cookie on IE5:
setcookie("city",$city,"Tuesday, 31-Dec-02 23:12:40 GMT","/","$SERVER_NAME",0);
setcookie("city",$city,"31/12/2100","/","$SERVER_NAME",0);
But they are a no-go on Netscape 4-6? Netscape will set the cookie for the first code, but it will only last the session. It won't even do that with the second code...
Any help provided will be greatly appreciated.
Thanks
Arturus_Rex
(AKA. Arthur Mendez)