NAME

Apache2::ASP::ApplicationStateManager::SQLite - SQLite backend for Apache2::ASP Application state

SYNOPSIS

In your apache2-asp-config.xml file:

<config>
  <web_application>
  ...
    <application_state>
      <manager>Apache2::ASP::ApplicationStateManager::SQLite</manager>
      <dsn>DBI:SQLite:dbname=/tmp/apache2_asp_state</dsn>
      <username></username>
      <password></password>
    </application_state>
  ...

DESCRIPTION

This package uses a SQLite database to persist Application state for Apache2::ASP web applications.

BUGS

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

Please visit the Apache2::ASP homepage at http://apache2-asp.no-ip.org/ to see examples of Apache2::ASP in action.

AUTHOR

John Drago mailto:jdrago_999@yahoo.com

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.