Mojolicious::Plugin::SessionStore - session data store plugin for Mojolicious
use Mojolicious::Lite;
use Plack::Session::Store::File;
plugin SessionStore => Plack::Session::Store::File->new;
Mojolicious::Plugin::SessionStore is a session data store plugin for Mojolicious. It creates Mojolicious::Sessions::Storable instance with provided session data store instance.
Mojolicious::Plugin::SessionStore accepts all options of Mojolicious::Sessions::Storable.
If a single option is provided, which is expected to be an option of Mojolicious::Sessions::Storable@session_store.
If no option is provided the default Mojolicious::Session will be used.
Mojolicious::Plugin::SessionStore inherits all methods from Mojolicious::Plugin.
hayajo hayajo@cpan.org
Copyright 2013- hayajo
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Mojolicious, Mojolicious::Sessions, Mojolicious::Sessions::Storable, Plack::Middleware::Session