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