| OpenFrame-WebApp documentation | view source | Contained in the OpenFrame-WebApp distribution. |
OpenFrame::WebApp::Segment::User::SaveInSession - save user to session.
use Pipeline; use OpenFrame::WebApp; my $pipe = new Pipeline; $OpenFrame::WebApp::Segment::User::Session::USER_KEY = 'my_user'; my $usaver = new OpenFrame::WebApp::Segment::User::SaveInSession; $pipe->add_segment( $uloader, ... $usaver, ... ); $pipe->dispatch;
Save a User into the Session if both objects can be found in the store.
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. |