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::Cache - Store sessions using a Catalyst::Plugin::Cache

Author

       Lars Balker Rasmussen, <lbr@cpan.org>

Description

       This plugin will store your session data in whatever cache module you have configured.

Methods

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

       get_session_data
       store_session_data
       delete_session_data
       delete_expired_sessions

Name

       Catalyst::Plugin::Session::Store::Cache - Store sessions using a Catalyst::Plugin::Cache

Synopsis

           use Catalyst qw/Cache::YourFavoriteCache Session Session::Store::Cache/;

See Also