| OpenFrame-WebApp documentation | view source | Contained in the OpenFrame-WebApp distribution. |
OpenFrame::WebApp::Segment::Session::CookieLoader - a pipeline segment to load sessions from cookies
# see OpenFrame::WebApp::Segment::Session::Loader
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
Steve Purkis <spurkis@epn.nu>
Based on OpenFrame::AppKit::Segment::SessionLoader, by James A. Duncan
Copyright (c) 2003 Steve Purkis. All rights reserved. Released under the same license as Perl itself.
| OpenFrame-WebApp documentation | view source | Contained in the OpenFrame-WebApp distribution. |