The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.52 - 2024-03-07

  • Separate HTTP::Session::Expired & HTTP::Session::Finalized from HTTP::Session to fix PAUSE indexing problem(reported by eserte)

Modules

simple session
Maintain session IDs using cookies
state module for testing
embed session id to uri
store session data with CHI
DBM session store
File session store
store session data in memcached
dummy module for session store
store session data on memory
store session data on memory for testing

Provides

in lib/HTTP/Session/Expired.pm
in lib/HTTP/Session/Finalized.pm
in lib/HTTP/Session/ID/MD5.pm
in lib/HTTP/Session/ID/SHA1.pm
in lib/HTTP/Session/ID/Urandom.pm
in lib/HTTP/Session/State/Base.pm
in lib/HTTP/Session/State/Mixin/ResponseFilter.pm