debian man page for catalyst::plugin::session::state

Query: catalyst::plugin::session::state

OS: debian

Section: 3pm

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

Catalyst::Plugin::Session::State(3pm)			User Contributed Perl Documentation		     Catalyst::Plugin::Session::State(3pm)

NAME
Catalyst::Plugin::Session::State - Base class for session state preservation plugins.
SYNOPSIS
package Catalyst::Plugin::Session::State::MyBackend; use base qw/Catalyst::Plugin::Session::State/;
DESCRIPTION
This class doesn't actually provide any functionality, but when the "Catalyst::Plugin::Session" module sets up it will check to see that "YourApp->isa("Catalyst::Plugin::Session::State")". When you write a session state plugin you should subclass this module this reason only.
WRITING STATE PLUGINS
To write a session state plugin you usually need to extend two methods: prepare_(action|cookies|whatever) Set "sessionid" (accessor) at prepare time using data in the request. Note that this must happen before other "prepare_action" instances, in order to get along with Catalyst::Plugin::Session. Overriding "prepare_cookies" is probably the stablest approach. finalize Modify the response at to include the session ID if "sessionid" is defined, using whatever scheme you use. For example, set a cookie, perl v5.14.2 2012-03-30 Catalyst::Plugin::Session::State(3pm)
Related Man Pages
catalyst::plugin::authentication::credential::openid(3pm) - debian
catalyst::plugin::cache::store::fastmmap(3pm) - debian
catalyst::plugin::session::state::cookie(3pm) - debian
catalyst::plugin::session::store::dbic::delegate(3pm) - debian
catalyst::plugin::session::store::file(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections