| OpenFrame-WebApp documentation | view source | Contained in the OpenFrame-WebApp distribution. |
OpenFrame::WebApp::Segment::User::Session - abstract class for working with users stored in sessions.
# abstract - cannot be used directly # set session key: $OpenFrame::WebApp::Segment::User::Session::USER_KEY = 'my_user';
This class contains tools for working with users stored in sessions.
Inherits from OpenFrame::WebApp::Segment::Session.
saves user in the stored session, using $USER_KEY.
gets user from the stored session, using $USER_KEY.
Steve Purkis <spurkis@epn.nu>
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. |