Apache-Session-Lazy
view release on metacpan or search on metacpan
Apache::Session::Lazy - Perl extension for opening Apache::Sessions on first read/write access.
=head1 SYNOPSIS
See L<Apache::Session>
=head1 DESCRIPTION
=head2 The Module
Apache::Session is a persistence framework which is particularly useful
for tracking session data between httpd requests. Apache::Session is
designed to work with Apache and mod_perl, but it should work under
CGI and other web servers, and it also works outside of a web server
altogether.
Apache::Session::Lazy extends Apache::Session by opening Sessions only after they are either
modified or examined (first read or write access to the tied hash.) It should provide
transparent access to the session hash at all times.
=head2 Uses Of Apache::Session::Lazy
Apache/Session/Lazy version 0.05
================================
This is Apache::Session::Lazy.
It is an extension of Apache::Session.
Apache::Session is a persistence framework which is particularly useful
for tracking session data between httpd requests. Apache::Session is
designed to work with Apache and mod_perl, but it should work under
CGI and other web servers, and it also works outside of a web server
altogether.
Apache::Session::Lazy extends Apache::Session by opening Sessions only after they are either
modified or examined (first read or write access to the tied hash.) It should provide
transparent access to the session hash at all times.
INSTALLATION
( run in 1.091 second using v1.01-cache-2.11-cpan-df04353d9ac )