15 Jun
2011
15 Jun
'11
5:26 p.m.
On Wed, Jun 15, 2011 at 10:49 PM, Hanno Schlichting <hanno@hannosch.eu> wrote: [...snip...]
Zope 2's built-in session machinery should handle a couple dozen sessions at a time. Once you go beyond that look at Beaker (via collective.beaker) and memcached as a backend.
Is memcached a reliable storage for session data ? I am also searching for a good session storage mechanism. I also found another backend for Beaker: http://pypi.python.org/pypi/mongodb_beaker I would like to hear others experience with memcached as a reliable storage for session data. Regards, Baiju M