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

NAME

Apache::Session::Win32 - Store client sessions in a global hash

SYNOPSIS

use Apache::Session::Win32

DESCRIPTION

This is a Win32 storage subclass for Apache::Session. Client state is stored in a global hash. Since Win32 Apache is multithreaded instead of multiprocess, this actually works and is extremely quick. Try perldoc Session for more info.

INSTALLATION

Follow the installation instructions from Apache::Session.

Environment

Apache::Session::Win32 does not define any environment variables beyond those defined by Apache::Session.

USAGE

This package complies with the API defined by Apache::Session. For details, please see that package's documentation.

This package installs an entry on the Apache::Status menu which will let you monitor sessions in real-time.

AUTHORS

Jeffrey Baker <jeff@godzilla.tamu.edu>, author and maintainer.

Redistribute under the Perl Artistic License.