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

Catalyst::Plugin::Session::Store::Dummy - Doesn't really store sessions - useful for tests.

SYNOPSIS

use Catalyst qw/Session Session::Store::Dummy/;

DESCRIPTION

This plugin will "store" data in a hash.

METHODS

See Catalyst::Plugin::Session::Store.

get_session_data
store_session_data
delete_session_data
delete_expired_sessions