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 -> no chance because of 
browser restrictive policy about cookies.

-- 
Andrey Hristov
Web Developer
Icygen Corporation
BUILDING SOLUTIONS
http://www.icygen.com

On Monday 22 October 2001 08:07 am, you wrote:
> 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]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to