The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.38 - 2013-09-18

  • New feature: "expiry_threshold" which allows you more control over when this plugin checks and updates the expiration date for the session. This is useful when you have high traffic and need to reduce the number of session expiration hits (like if you are using a database for sessions and your db is getting pounded).

Documentation

Understanding and using sessions.

Modules

Generic Session plugin - ties together server side storage and client side state required to maintain session data.
Base class for session state preservation plugins.
Base class for session storage drivers.
Doesn't really store sessions - useful for tests.
Reusable sanity for session storage engines.