The load-balanced cluster implementations I've worked with define a PHP
session handler that uses a database to store session data, and so it
doesn't matter which web server a particular session comes from, the data is
stored in a centralized place.

- Tim
  http://www.phptemplates.org

> How do you "keep" your variables across redundant servers?  Or,
> isn't anybody out there hosting PHP-based services on grouped
> servers?



-- 
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