The uploaded file
Apache-SessionManager-0.03.tar.gz
has entered CPAN as
file: $CPAN/authors/id/E/EN/ENRYS/Apache-SessionManager-0.03.tar.gz
size: 11080 bytes
md5: f55d94602beec986b02ddd36234894e9
Changes from previous version
-----------------------------
+ Added 'SessionManagerCookieArgs' PerlSetVar directive in order to
set cookie optional attributes (like 'path', 'domain', ...).
+ Added experimental support 'SessionManagerEnableModBackhand'
PerlSetVar directive in order to support mod_backhand sticky
user session load balancing. Someone asked me this feature,
so I've added it, :-)
! Updated Makefile.PL httpd.conf extra lines
! Updated docs (added pod for new directives)
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
Any comment/criticism are welcome
- Enrico