logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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

perl v5.34.0                                       2022-06-03              Catalyst::Plug...n::Store::Dummy(3pm)

Name

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

Synopsis

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

See Also