The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Catalyst::Plugin::Session::Test::Store - Reusable sanity for session storage engines.

SYNOPSIS

#!/usr/bin/perl
backend => "FastMmap",
config => {
storage => "/tmp/foo",
},
);

DESCRIPTION