libcatalyst-plugin-session-state-cookie-perl

Catalyst plugin for maintaining session ids using cookies
  https://metacpan.org/release/Catalyst-Plugin-Session-State-Cookie
  0
  no reviews



In order for catalyst::plugin::session to work the session id needs to be stored on the client, and the session data needs to be stored on the server.

catalyst::plugin::session::state::cookie stores the session id on the client using the cookie mechanism.

catalyst is an elegant model-view-controller web application framework written in perl.