[PHP] Re: unset Cookies

2001-10-22 Thread Christian Kuhtz
Michael Thanry wrote: Hello everyone! Is there a way to unset or expire a cookie which was not set by my pages? Overriding an existing cookie with setcookie()and 1 sec expiry should do the trick. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP] Re: unset Cookies

2001-10-22 Thread Andrey Hristov
Depends on that if the cookie is set on your server or not. If it is set on your server and the cookie_domain is set to /, that means - every script from the server has right to access it, if the path is more restrictive you cannot access it. And of course if the cookie is from another domain