Apache2::ASP::SessionStateManager::MySQL - MySQL backend for Apache2::ASP Session state


Apache2-ASP documentation Contained in the Apache2-ASP distribution.

Index


Code Index:

NAME

Top

Apache2::ASP::SessionStateManager::MySQL - MySQL backend for Apache2::ASP Session state

DESCRIPTION

Top

This package uses a MySQL database to persist Session state for Apache2::ASP web applications.

BUGS

Top

It's possible that some bugs have found their way into this release.

Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.

HOMEPAGE

Top

Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.

AUTHOR

Top

John Drago <jdrago_999@yahoo.com>

COPYRIGHT AND LICENSE

Top


Apache2-ASP documentation Contained in the Apache2-ASP distribution.

package Apache2::ASP::SessionStateManager::MySQL;

use strict;
use warnings 'all';
use base 'Apache2::ASP::SessionStateManager';

1;# return true:

__END__