Apache2::ASP::ApplicationStateManager::MySQL - MySQL storage for the $Application object


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

Index


Code Index:

NAME

Top

Apache2::ASP::ApplicationStateManager::MySQL - MySQL storage for the $Application object

DESCRIPTION

Top

This package provides a MySQL backend for persisting Application state.

SEE ALSO

Top

Apache2::ASP::ApplicationStateManager

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 mailto:jdrago_999@yahoo.com

COPYRIGHT AND LICENSE

Top


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

package Apache2::ASP::ApplicationStateManager::MySQL;

use base 'Apache2::ASP::ApplicationStateManager';

1;# return true:

__END__