Re: [PHP] Re: PHP session replication

2011-03-19 Thread Alessandro Ferrucci
piece of data in the session being > serializable, so you can't store interesting objects, like an open > file or the like, in sessions. > > Does anybody know of any fundamentally different session > sharing/replication mechanism? > > br, > > flj > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Signed, Alessandro Ferrucci

Re: [PHP] PHP session replication

2011-03-17 Thread Alessandro Ferrucci
:15, Nathan Nobbe wrote: > On Wed, Mar 16, 2011 at 10:06 PM, Alessandro Ferrucci < > > alessandroferru...@gmail.com> wrote: > > > > > Hello, > > > I'm curious, what are the most popular methods to perform session > > > replication across http servers

[PHP] PHP session replication

2011-03-16 Thread Alessandro Ferrucci
Hello, I'm curious, what are the most popular methods to perform session replication across http servers in PHP? I've read about repcache(memcached module) and Mysql. anything else? is there some mod_php_session_replication httpd module? thanks -- Signed, Alessandro Ferrucci