PUBLIC

BLM::Startup::SQLiteSession - Bedrock sessions using SQLite

SYNOPSIS

DESCRIPTION

Class to provide the implementation for a SQLite based session manager.

Generally speaking, a SQLite based session manager is probably not appropriate for a production environment, however when doing local development, a SQLite session manager works well. You can start doing local development with session management included by just installing this plugin and following the steps in the "SYNOPSIS". No need to rely on a database server to provide session manager.

SEE ALSO

BLM::Startup::SessionManager

AUTHOR

Rob Lauer - bigfoot@cpan.org