I have successfully and efficiently used MySQL-based database session storage 
for years, even on a website with 5,000 (very) active simultaneous users. I 
would highly recommend it.

N

On Mar 17, 2011, at 9:44 AM, Dan Joseph wrote:

> On Thu, Mar 17, 2011 at 12:06 AM, Alessandro Ferrucci <
> alessandroferru...@gmail.com> wrote:
> 
>> I'm curious, what are the most popular methods to perform session
>> replication across http servers in PHP?
>> 
> 
> I personally just use MySQL and the session_set_save_handler() stuff
> attached to a class.  Many of the frameworks, such as Zend, also support
> Database Sessions.
> 
> -- 
> -Dan Joseph


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to