--- Guillaume Dupuis <[EMAIL PROTECTED]> wrote:
> We currently have 3 php servers. Can we use the same SessionID to
> connect across the 3 systems?

Yes, assuming I understand you correctly.

There are many ways to address this challenge, but one method is to use a
database for your session store. This database can be on one of your three
servers or somewhere else.

A similar approach is to use an NFS mount to create a virtual filesystem
for storing session data. Yet another approach is the msession PHP
extension.

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

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

Reply via email to