-
-
24 Oct 2018 18:28:56 UTC
- Distribution: Dancer2-Session-CHI
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (515 / 5 / 4)
- Kwalitee
Bus factor: 1- 92.68% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (11.29KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE userNAME
Dancer2::Session::CHI - Dancer 2 session storage with CHI backend
VERSION
version 0.04
SYNOPSIS
# In Dancer 2 config.yml file session: CHI engines: session: CHI: driver: FastMmap root_dir: '/tmp/dancer-sessions' cache_size: 1k
DESCRIPTION
This module implements a session factory for Dancer2 that stores session state using CHI.
ATTRIBUTES
driver (required)
The backend driver CHI will use to store the session data. Any additional attributes beyond the driver will be passed as additional configuration parameters to CHI.
SEE ALSO
CREDITS
This is heavily based on Dancer2::Session::Memcached by David Golden and Yanick Champoux.
Contributors
The following people have contributes to
Dancer2::Session::CHI
in some way, either through bug reports, code, suggestions, or moral support:andk Mohammad S Anwar
AUTHOR
Jason A. Crome <cromedome@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Jason A. Crome.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Dancer2::Session::CHI, copy and paste the appropriate command in to your terminal.
cpanm Dancer2::Session::CHI
perl -MCPAN -e shell install Dancer2::Session::CHI
For more information on module installation, please visit the detailed CPAN module installation guide.