On Wed, Jun 15, 2011 at 7:26 PM, Baiju M <baiju.m.m...@gmail.com> wrote: > Is memcached a reliable storage for session data ? > > I would like to hear others experience with memcached > as a reliable storage for session data.
It depends on what kind of reliability you need. Generally your sessions should be short-lived and memcached is fine for that. If you want to store really long-lasting session data, you can use any SQL database backend for Beaker via SQLAlchemy. Hanno _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )