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]

Reply via email to