GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Catalyst::Plugin::Session::Store::DBIC::Delegate(3) User Contributed Perl Documentation Catalyst::Plugin::Session::Store::DBIC::Delegate(3)

Catalyst::Plugin::Session::Store::DBIC::Delegate - Delegates between the session and flash rows

This 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.

Return the session row for this delegate.

Return the flash row for this delegate.

Load 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.

Return the expires row for this delegate. As with Catalyst::Plugin::Session::Store::DBI, this maps to the "session" row.

Update the session and flash data in the backend store.

Remove any references held by the delegate.

Daniel Westermann-Clark <danieltwc@cpan.org>

Copyright 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.

2013-07-27 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.