The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dancer2::Plugin::SessionDatabase - Hook Loader For Dancer2::Session::DatabasePlugin

DESCRIPTION

Hook loader for Dancer2::Session::DatabasePlugin.

Plugin options

In your config.yml

plugins:
  SessionDatabase:
    # when set to true this forces a call to the database plugin
    always_clean: 1

AUTHOR

Michael Shipper AKALINUX@CPAN.ORG