Dancer-Session-JSON

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

DESCRIPTION

    This module implements a session engine based on JSON files. Session
    are stored in a session_dir as JSON files. The idea behind this module
    was to provide a transparent session storage for the developer.

    This backend is intended to be used in development environments, when
    looking inside a session can be useful.

    It's not recommended to use this session engine in production
    environments.

    Typically you would want to use Dancer::Session::YAML for this, which
    comes in core, but a demand for a faster-but-still-file-based session
    backend arose, and thus you now have JSON. :)

lib/Dancer/Session/JSON.pm  view on Meta::CPAN

Dancer::Session::JSON - JSON session backend for Dancer

=head1 VERSION

version 0.002

=head1 DESCRIPTION

This module implements a session engine based on JSON files. Session are stored
in a I<session_dir> as JSON files. The idea behind this module was to provide a
transparent session storage for the developer. 

This backend is intended to be used in development environments, when looking
inside a session can be useful.

It's not recommended to use this session engine in production environments.

Typically you would want to use L<Dancer::Session::YAML> for this, which comes
in core, but a demand for a faster-but-still-file-based session backend arose,
and thus you now have JSON. :)



( run in 0.295 second using v1.01-cache-2.11-cpan-0a6323c29d9 )