> Someone correct me if I'm wrong, but if you set this in your php.ini or
with
> session_set_cookie_params() to server.com, it's valid across any sub
> domains, whereas if you set it to de.server.com, it would only be valid in
> the de.server.com sub domain.
>
> Or possibly try *server.com. I havn't played with this, since I only use
> cookies when I manually set them, not for sessions.

As written on http://cz.php.net/manual/en/function.setcookie.php
"server.com" should be enought, bud it's recommended to use ".server.com"...
PJ

>
>
> Hope this helps,
>
> Jake

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

Reply via email to