![]() |
![]()
| ![]() |
![]()
NAMECatalyst::Plugin::Session::State - Base class for session state preservation plugins. SYNOPSISpackage Catalyst::Plugin::Session::State::MyBackend; use base qw/Catalyst::Plugin::Session::State/; DESCRIPTIONThis class doesn't actually provide any functionality, but when the "Catalyst::Plugin::Session" module sets up it will check to see that "YourApp->isa("Catalyst::Plugin::Session::State")". When you write a session state plugin you should subclass this module this reason only. WRITING STATE PLUGINSTo write a session state plugin you usually need to extend two methods:
|