-
-
06 Dec 2018 02:31:20 UTC
- Distribution: Catalyst-Plugin-Session
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Clone repository
- Issues (10)
- Testers (3076 / 10 / 0)
- Kwalitee
Bus factor: 8- 50.52% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (48.75KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Andy Grundman
Take me over?
The maintainer of this distribution is looking for someone to take over! If you're interested then please contact them via email.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
Module Install Instructions
To install Catalyst::Plugin::Session, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Plugin::Session
perl -MCPAN -e shell install Catalyst::Plugin::Session
For more information on module installation, please visit the detailed CPAN module installation guide.