Security Advisories (2)
CVE-2009-0796 (2009-05-11)

XSS in Apache::Status.

CVE-2007-1349 (2007-03-29)

Unescaped variable interpolation in Apache::PerlRun regular expression could cause regex engine tampering.

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.