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. - Perrin