Each time you change the value you need to re-set the cookie using
SetCookie() again
----- Original Message -----
From: "kmurrah" <[EMAIL PROTECTED]>
To: "PHP-GENERAL" <[EMAIL PROTECTED]>
Sent: Monday, April 16, 2001 3:15 PM
Subject: [PHP] siimple cookie problem


> Can someone help me with an elementary cookie problem?
>
> I want to capture a variable, write to a cookie, and be able to access it
> from other pages.
>
> I've done that, and it works well....
>
> BUT, if I capture the same variable a second time (with a different
value),
> it still remembers the first value, not the second.  The only way I can
get
> it to understand the second value is to exit my browser and start over.
>
> What am I doing wrong?
>
> Thanks in advance,
>
> KennM
>
>
>
> --
> 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]
>


-- 
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