debian man page for dancer::session::simple

Query: dancer::session::simple

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Dancer::Session::Simple(3pm)				User Contributed Perl Documentation			      Dancer::Session::Simple(3pm)

NAME
Dancer::Session::Simple - in-memory session backend for Dancer
DESCRIPTION
This module implements a very simple session backend, holding all session data in memory. This means that sessions are volatile, and no longer exist when the process exits. This module is likely to be most useful for testing purposes.
CONFIGURATION
The setting session should be set to "Simple" in order to use this session engine in a Dancer application.
AUTHOR
This module has been written by David Precious, see the AUTHORS file for details.
SEE ALSO
See Dancer::Session for details about session usage in route handlers.
COPYRIGHT
This module is copyright (c) 2010 David Precious <davidp@preshweb.co.uk>
LICENSE
This module is free software and is released under the same terms as Perl itself. perl v5.14.2 2011-11-30 Dancer::Session::Simple(3pm)
Related Man Pages
dancer::logger(3pm) - debian
dancer::logger::psgi(3pm) - debian
dancer::plugin::flashmessage(3pm) - debian
dancer::session::cookie(3pm) - debian
dancer::session::yaml(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Introduction
Detecting unused variables...
Find columns in a file based on header and print to new file