How about mounting a shared disk on all 4 webservers, and storing
your session files on that?  The database option is probably
best though.

HTH.
-- 
Hardy Merrill
Mission Critical Linux, Inc.
http://www.missioncriticallinux.com

Michael Kimsal [[EMAIL PROTECTED]] wrote:
> Use a database to store the session information.
> 
> Or store everything in files on one machine and map connections
> from the other servers to the main one.
> 
> (I prefer the first method)
> 
> 
> Martin Cameron wrote:
> 
> > Does anyone know if it is possible to maintain session state across a
> > cluster of four web servers?
> >
> > Regards
> > Martin Cameron
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to