I'll try the 'msession' road. Thanks again for everybody's input, Guillaume
-----Original Message----- From: Chris Shiflett [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 6:36 PM To: Guillaume Dupuis; [EMAIL PROTECTED] Subject: Re: [PHP] Shared SessionIDs? --- 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