Marek Kilimajer wrote:
the cookie variable still persists. you need to uset($_REQUEST[session_name()], $_COOKIES[session_name()] ...);

Thanks Marek for a reply.

I'm not sure but I have been thinking that unset($_COOKIES) does not destroy 
the cookie from the client side but just unsets the cookie variable from the 
script? My target is to destroy the cookie from the client or send a new 
session id there.

Thanks,
Ville

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to