Dancer::Session::YAML man page on Pidora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Pidora logo
[printable version]

Dancer::Session::YAML(User Contributed Perl DocumentatDancer::Session::YAML(3)

NAME
       Dancer::Session::YAML - YAML-file-based session backend for Dancer

DESCRIPTION
       This module implements a session engine based on YAML files. Session
       are stored in a session_dir as YAML 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.

CONFIGURATION
       The setting session should be set to "YAML" in order to use this
       session engine in a Dancer application.

       Files will be stored to the value of the setting "session_dir", whose
       default value is "appdir/sessions".

       Here is an example configuration that use this session engine and
       stores session files in /tmp/dancer-sessions

	   session: "YAML"
	   session_dir: "/tmp/dancer-sessions"

METHODS
   reset
       to avoid checking if the sessions directory exists everytime a new
       session is created, this module maintains a cache of session
       directories it has already created. "reset" wipes this cache out,
       forcing a test for existence of the sessions directory next time a
       session is created. It takes no argument.

       This is particulary useful if you want to remove the sessions directory
       on the system where your app is running, but you want this session
       engine to continue to work without having to restart your application.

DEPENDENCY
       This module depends on YAML.

AUTHOR
       This module has been written by Alexis Sukrieh, 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) 2009 Alexis Sukrieh <sukria@sukria.net>

LICENSE
       This module is free software and is released under the same terms as
       Perl itself.

perl v5.14.1			  2011-07-26	      Dancer::Session::YAML(3)
[top]

List of man pages available for Pidora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net