
CatalystX::Usul::Plugin::Controller::PersistentState - Set/Get state information on/from the session store

0.7.$Revision: 1181 $

use CatalystX::Usul::PersistentState;

Uses the session store to provide state information that is persistent across requests

my @args = $self->get_uri_args( $c );
When the plugin is loaded $self-can( q(persist_state) )>
$self->set_uri_args( $c, @args );

None

None


There are no known incompatibilities in this module

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Peter Flanigan, <Support at RoxSoft.co.uk>

Copyright (c) 2008-2010 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE