Re: PHP session replication

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <
> alessandroferrucci@xxxxxxxxx> 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




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux