There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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>