OpenFrame::WebApp::Segment::Session::Saver - pipeline segment to save sessions


OpenFrame-WebApp documentation  | view source Contained in the OpenFrame-WebApp distribution.

Index


NAME

Top

OpenFrame::WebApp::Segment::Session::Saver - pipeline segment to save sessions

SYNOPSIS

Top

  # installed automatically in cleanup pipeline
  # by OpenFrame::WebApp::Segment::Session::Loader

DESCRIPTION

Top

The OpenFrame::WebApp::Segment::Session::Saver is a session saving segment. It inherits its interface from Pipeline::Segment.

On dispatch() the session stored.

METHODS

Top

session

set/get the OpenFrame::WebApp::Session object.

dispatch

dispatch this segment.

AUTHOR

Top

Steve Purkis <spurkis@epn.nu>

Based on OpenFrame::AppKit::Segment::SessionLoader, by James A. Duncan

COPYRIGHT

Top

SEE ALSO

Top

OpenFrame::WebApp::Session, OpenFrame::WebApp::Segment::Session::Loader


OpenFrame-WebApp documentation  | view source Contained in the OpenFrame-WebApp distribution.