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

Reply via email to