Re: killing cookie

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



try

setcookie('user','');

On Fri, 1 Nov 2002, Seabird wrote:

> Hi everyone,
>
> I don't understand why my cookie won't be removed.
>
> I set my cookie:
>
>     setcookie('user',$_SESSION['username'],time()+36000);
>     setcookie('pass',$_SESSION['password'],time()+36000);
>
> I kill my cookie:
>
> setcookie('user','',time()-60);
> setcookie('pass','',time()-60);
>
> but it doesn't work..... why not??
> Jacco
>
> --
> http://seabird.jmtech.ca
>
> Attitude is Everything!
> But Remember, Attitudes are Contagious!
> Is Yours worth Catching????
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

---------------------------------------------------------------------------
Peter Beckman            Systems Engineer, Fairfax Cable Access Corporation
beckman@purplecow.com                             http://www.purplecow.com/
---------------------------------------------------------------------------


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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux