[phplib] Netscape & SetCookie() problems From: Kenneth Byrne (kbyrne <email protected>)
Date: 05/24/00

hi,
having problems deleting stored cookies in netscape.
the original cookie is this:

SetCookie("filmsoc_perm_auth", $perm_auth_cookie, (time()+80000), "/",
"www.filmsoc.com");

and if the user wishs to log out permanently
(remove the stored cookie from his hard drive) i call this:

SetCookie("filmsoc_perm_auth");

this deletes the cookie in IE ok but doesnt delete it in Netscape.

any help would be appreciated..
cheers
Ken

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>