Re: [SM-USERS] Storing session data with ADOdb and MySQL

2008-09-22 Thread Simpson, John R
On Thu, Sep 18, 2008 at 7:38 AM, Simpson, John R <[EMAIL PROTECTED]> wrote: > I want to store our session data in a database so that we can support multiple SquirrelMail servers, and I've been using the instructions here: http://squirrelmail.org/wiki/SessionsInDatabase to set up ADOdb. > > I think

Re: [SM-USERS] Storing session data with ADOdb and MySQL

2008-09-18 Thread Paul Lesniewski
On Thu, Sep 18, 2008 at 7:38 AM, Simpson, John R <[EMAIL PROTECTED]> wrote: > I want to store our session data in a database so that we can support > multiple SquirrelMail servers, and I've been using the instructions here: > http://squirrelmail.org/wiki/SessionsInDatabase to set up ADOdb. > > I

[SM-USERS] Storing session data with ADOdb and MySQL

2008-09-18 Thread Simpson, John R
I want to store our session data in a database so that we can support multiple SquirrelMail servers, and I've been using the instructions here: http://squirrelmail.org/wiki/SessionsInDatabase to set up ADOdb. I think I'm missing something, possibly having to do with custom session handlers.