Catalyst::Plugin::Session::Store::DBIC::Delegate.3pm

Langue: en

Autres versions - même langue

Version: 2006-09-10 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

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.

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