![]() |
![]()
| ![]() |
![]()
NAMECatalyst::Plugin::Session::Store::DBIC::Delegate - Delegates between the session and flash rows DESCRIPTIONThis class delegates between two rows in your sessions table for a given session (session and flash). This is done for compatibility with Catalyst::Plugin::Session::Store::DBI. METHODSsessionReturn the session row for this delegate. flashReturn the flash row for this delegate. _load_rowLoad the specified session or flash row from the database. This is a wrapper around "find_or_create" in DBIx::Class::ResultSet to add support for transactions. expiresReturn the expires row for this delegate. As with Catalyst::Plugin::Session::Store::DBI, this maps to the "session" row. flushUpdate the session and flash data in the backend store. _clear_instance_dataRemove any references held by the delegate. AUTHORDaniel Westermann-Clark <danieltwc@cpan.org> COPYRIGHTCopyright 2006-2008 Daniel Westermann-Clark, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|