The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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::Session object.

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