Products.BeakerSessionDataManager is a replacement for the default Zope 2 session implementation.
Products.BeakerSessionDataManager uses Beaker as a backend (via collective.beaker) and adapts the Beaker session to provide the same interface as a normal Zope session.
Beaker is a better alternative to the default session implementation for several reasons:
- The Zope session implementation does not perform well in high-write scenarios.
- Beaker provides better flexibility in where session data is actually stored.
- Beaker is used and maintained outside of the Zope ecosystem.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Made compatible with Zope 2.10. [davisagli]