Is it possible to have sessions (via cookie) on a load balanced environment?
Therefore having
        www1.test.com
    and www2.test.com

and share the same sessions? The systems can access the same file-system,
but it seems that the session is not passed. Could this have something to do
with session.cookie_domain?

Thanks for any help

Reto





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

Reply via email to