The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

OpenFrame::WebApp::Segment::Session::CookieLoader - a pipeline segment to load sessions from cookies

SYNOPSIS

  # see OpenFrame::WebApp::Segment::Session::Loader

DESCRIPTION

The OpenFrame::WebApp::Segment::Session::CookieLoader class is a session loader that uses OpenFrame::Cookies. It inherits its interface from OpenFrame::WebApp::Segment::Session::Loader.

You can access the cookie name that it uses like this:

  $OpenFrame::WebApp::Segment::Session::CookieLoader::COOKIE_NAME

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