Each cookies is it's own name/value pair.  If you want to store multiple
pairs, you need to encode them in some manner and store them in the value.
Otherwise, you can just create multiple cookies, one for each variable.
Assuming that the browser is configured to accept cookies, all cookies that
you set will be returned to you with each request.

---
Seairth Jacobs
[EMAIL PROTECTED]


"Erich Kolb" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Why cant I use more than 1 variable in a cookie?
>
>



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

Reply via email to