NAME
OpenFrame::WebApp::Segment::User::Session - abstract class for working with users stored in sessions.
SYNOPSIS
# abstract - cannot be used directly
# set session key:
$OpenFrame::WebApp::Segment::User::Session::USER_KEY = 'my_user';
DESCRIPTION
This class contains tools for working with users stored in sessions.
Inherits from OpenFrame::WebApp::Segment::Session
.
METHODS
- $bool = $obj->save_user_in_session()
-
saves user in the stored session, using $USER_KEY.
- $user = $obj->get_user_from_session()
-
gets user from the stored session, using $USER_KEY.
AUTHOR
Steve Purkis <spurkis@epn.nu>
COPYRIGHT
Copyright (c) 2003 Steve Purkis. All rights reserved. Released under the same license as Perl itself.
SEE ALSO
OpenFrame::WebApp::User, OpenFrame::WebApp::Segment::Session, OpenFrame::WebApp::Segment::User::SessionLoader, OpenFrame::WebApp::Segment::User::SaveInSession
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 52:
You forgot a '=back' before '=head1'