> 1.    Set cookies to a particular value (e.g., foo=hi and bar=ho), AND
> 2.    Redirect the user to a new page in a different directory?  AND
> 3.    have the new page be able to retrieve the values of both foo and bar?

No, 1. and 2. can not be done in the same request reliably.  Some browsers
can handle it, others can't.

-Rasmus


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