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
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 PROTECTE
2 matches
Mail list logo