-
-
27 Jul 2013 19:36:14 UTC
- Distribution: Catalyst-Plugin-Session-Store-DBIC
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Clone repository
- Issues (6)
- Testers (5557 / 1 / 0)
- Kwalitee
Bus factor: 1- 30.41% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (9.67KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Catalyst::Plugin::Session::Store::DBIC::Delegate - Delegates between the session and flash rows
DESCRIPTION
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.
METHODS
session
Return the session row for this delegate.
flash
Return the flash row for this delegate.
_load_row
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.
expires
Return the expires row for this delegate. As with Catalyst::Plugin::Session::Store::DBI, this maps to the "session" row.
flush
Update the session and flash data in the backend store.
_clear_instance_data
Remove any references held by the delegate.
AUTHOR
Daniel Westermann-Clark <danieltwc@cpan.org>
COPYRIGHT
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.
Module Install Instructions
To install Catalyst::Plugin::Session::Store::DBIC, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Plugin::Session::Store::DBIC
perl -MCPAN -e shell install Catalyst::Plugin::Session::Store::DBIC
For more information on module installation, please visit the detailed CPAN module installation guide.