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

Mojolicious::Plugin::SessionStorage - session data store plugin for Mojolicious

VERSION

Version 0.01

SYNOPSIS

    use Mojolicious::Lite;
    use Mojolicious::Session::Storage::File;
    plugin SessionStore => Mojolicious::Session::Storage::File->new;

AUTHOR

wfso, <461663376 at qq.com>