You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Enrico Sorcinelli <e....@pisa.iol.it> on 2002/08/27 12:58:03 UTC

[ANNOUNCE] Apache::SessionManager 0.01

Hi all,

I'm glad to announce first public release of 'Apache::SessionManager' 
Apache module.

Apache::SessionManager - simple Apache/mod_perl extension to manage sessions 
over HTTP requests.

Apache::SessionManager is a mod_perl module that helps session
management of a web application. This simple 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 transparently 
by putting it in pnotes.

The goal of Apache::SessionManager was to do a module with _no_ glue with 
others mod_perl based appserver than mod_perl itself and Apache::Session.
to use in flat mod_perl handlers. (Also, it can be used with the appserver, 
of course).

For module installation, configuration and directives see:

	perldoc Apache::SessionManager

You can download it from CPAN:

	$CPAN/authors/id/E/EN/ENRYS/Apache-SessionManager-0.01.tar.gz

or:

	http://www.sorcinelli.it/Apache-SessionManager-0.01.tar.gz


Yours

	- Enrico Sorcinelli