Dave Cross: Still Munging Data With Perl: Online event - Mar 17 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