Changes for version 0.09_01 - 2010-01-30

  • Reworked the internal code and API a lot, so Session persistence and retrieval are handled in a more stateless way
  • INCOMPATIBLE: psgix.session is now a hash reference rather than an object. If you need an object like before, do: use Plack::Session; $session = Plack::Session->new($env);
  • Added Plack::Middleware::Session::Cookie which uses CookieStore
  • Updated Cookie handling code to work with Plack 0.99 and later

Modules

Middleware for session management
Session middleware that saves session data in the cookie
Middleware for session management
Basic parameter-based session state
Basic cookie-based session state
Basic in-memory session store
Cache session store
Basic file-based session store