NAME
OpenFrame::WebApp::Segment::Session::Saver - pipeline segment to save sessions
SYNOPSIS
# installed automatically in cleanup pipeline
# by OpenFrame::WebApp::Segment::Session::Loader
DESCRIPTION
The OpenFrame::WebApp::Segment::Session::Saver is a session saving segment. It inherits its interface from Pipeline::Segment.
On dispatch() the session stored.
METHODS
- session
 - 
set/get the
OpenFrame::WebApp::Sessionobject. - dispatch
 - 
dispatch this segment.
 
AUTHOR
Steve Purkis <spurkis@epn.nu>
Based on OpenFrame::AppKit::Segment::SessionLoader, by James A. Duncan
COPYRIGHT
Copyright (c) 2003 Steve Purkis. All rights reserved. Released under the same license as Perl itself.
SEE ALSO
OpenFrame::WebApp::Session, OpenFrame::WebApp::Segment::Session::Loader