On Tue, Dec 21, 2010 at 02:27, Ravi Gehlot <r...@ravigehlot.net> wrote:
> That's a good question.
>
> There should be a setting on php.ini to allow cross session.

    Right.  Because who needs to teach folks about computer security
when we can just disable it for them anyway?

    Like Jonathan pointed out, it's a matter of adjusting the cookie
parameters to match wildcard subdomains by preceding the part of the
domain (usually the SLD, but some ccTLD or FQDN situations can be
different) with a dot, like so:    .example.com

-- 
</Daniel P. Brown>
Network Infrastructure Manager
Documentation, Webmaster Teams
http://www.php.net/

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

Reply via email to