A new version 0.02 of Apache::SessionManager is now available via CPAN

Download site for Apache::SessionManager

  http://www.cpan.org/authors/id/E/EN/ENRYS/Apache-SessionManager-0.02.tar.gz

Description
-----------

This package contains an Apache mod_perl module to manage HTTP sessions.
Apache::SessionManager is a mod_perl module that helps 
session management of a web application. This module is a 
wrapper around Apache::Session persistence framework for session data.
It creates a session object and makes it available to all other handlers 
transparenlty by putting it in pnotes. 

See SessionManager.pm pod for module documentation and use

Changes from previous version
-----------------------------

+ Added control to bypass expiration time check in new sessions
+ Use of session in test handler t/lib/PrintEnv.pm
+ Added tested platforms in POD [BUGS] section
! Bug fix: corrected print on STDERR in _tieSession() (debug mode only)
! Corrected Makefile.PL httpd.conf's extra lines
! Updated POD (moved PerlTransHandler outside <Location> section in
  a configuration example!)

Any suggestion are welcome

        - Enrico

Reply via email to