libplack-middleware-session-perl

Perl module for plack middleware session management
  https://metacpan.org/release/Plack-Middleware-Session
  0
  no reviews



Plack::middleware::session provides plack middleware component for session management. by default it will use cookies to keep session state and store data in memory. this library also comes with other state and store solutions. it should be noted that it stores the current session as a hash reference in the psgix.session key inside the $env where it can accessed as needed.