Beaker session factory backend for Pyramid
Project description
Provides a session factory for the Pyramid web framework backed by the Beaker sessioning system.
See the Pylons Project documentation for more information.
0.4 (2011-01-08)
Allow cache regions to inherit URL configuration from main cache options.
Respect a cookie_on_exception configuration value passed to the BeakerSessionFactoryConfig constructor. If this value is passed and it’s not false, session cookies will be set even on responses resulting from an exception.
Update to new relationship between new_csrf_token and get_csrf_token as described in Pyramid 1.0a9 interfaces.
0.3 (2010-12-29)
Support ISession flash/csrf API added to Pyramid 1.0a8+.
0.2 (2010-11-27)
Add cache_region support via pyramid_beaker.set_cache_regions_from_settings (and documented).
0.1
Initial release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.