libapache-session-wrapper-perl

Simple wrapper around apache::session
  https://metacpan.org/release/Apache-Session-Wrapper
  0
  no reviews



Apache::session::wrapper module is a simple wrapper around apache::session which provides some methods to simplify getting and setting the session id.

it can uses cookies to store the session id, or it can look in a provided object for a specific parameter. alternately, you can simply provide the session id yourself in the call to the session() method.

if you're using mason, you should probably take a look at masonx::request::withapachesession first, which integrates this module directly into mason.