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


Catalyst-Plugin-Session documentation  | view source Contained in the Catalyst-Plugin-Session distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    #!/usr/bin/perl

    use Catalyst::Plugin::Session::Test::Store (
        backend => "FastMmap",
        config => {
            storage => "/tmp/foo",
        },
    );

DESCRIPTION

Top


Catalyst-Plugin-Session documentation  | view source Contained in the Catalyst-Plugin-Session distribution.