Re: maintaining session information

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Vic Agnews wrote:
is there a way we can maintain session information across two sub-domains
(on two different servers though)  ... kinda like how google does it?

Might have to use a 3rd party cookie & possibly a custom session handler.

A cookie created on 'domain.com' cannot be read by any subdomains (including 'www.domain.com').

A 3rd party cookie (on 'www.domain2.com') can be used in both cases and it's independent so shouldn't have a problem being read.

--
Postgresql & php tutorials
http://www.designmagick.com/

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux