The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08

  • ** Renamed to MasonX::Request::WithApacheSession. MasonX is the new official namespace for classes distributed outside of the Mason core that extend Mason.
  • This means that when you install this release, it will not replace HTML::Mason::Request::WithApacheSession. Make sure you change your usage of this class in your httpd.conf or handler.pl file!
  • Get cookie (and session id) in the constructor, so that the session is available from the request object returned by ApacheHandler->prepare_request(). Bug report by Matthias Juchem.
  • Try to use Apache::Cookie if we're running under mod_perl, but fallback to CGI::Cookie if necessary.

Modules

Add a session to the Mason Request object