Thanks for all. what's the standard module for storing sessions in a database?
On Mon, Jun 30, 2008 at 8:43 PM, Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, Jun 30, 2008 at 3:18 AM, James Smith <[EMAIL PROTECTED]> wrote: >> I would consider using a shared memory solution to save traffic too >> from the database server (consider a solution based on memcached??)... > > No, don't use memcached for sessions. It's a cache, not a database. > It trades reliability for speed. -- Regards, Jeff. - [EMAIL PROTECTED]