package Apache2::ASP::ApplicationStateManager::SQLite; use base 'Apache2::ASP::ApplicationStateManager'; 1;# return true: __END__ =pod =head1 NAME Apache2::ASP::ApplicationStateManager::SQLite - SQLite backend for Apache2::ASP Application state =head1 SYNOPSIS In your apache2-asp-config.xml file: ... Apache2::ASP::ApplicationStateManager::SQLite DBI:SQLite:dbname=/tmp/apache2_asp_state ... =head1 DESCRIPTION This package uses a SQLite database to persist Application state for Apache2::ASP web applications. =head1 BUGS It's possible that some bugs have found their way into this release. Use RT L to submit bug reports. =head1 HOMEPAGE Please visit the Apache2::ASP homepage at L to see examples of Apache2::ASP in action. =head1 AUTHOR John Drago L =head1 COPYRIGHT AND LICENSE Copyright 2007 John Drago, All rights reserved. This software is free software. It may be used and distributed under the same terms as Perl itself. =cut