Re: [PHP] Maintaining Session State Across Clusters

2001-03-13 Thread Hardy Merrill
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

Re: [PHP] Maintaining Session State Across Clusters

2001-03-13 Thread Michael Kimsal
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

[PHP] Maintaining Session State Across Clusters

2001-03-13 Thread Martin Cameron
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 administr