CatalystX::Usul::Plugin::Controller::Cookies - Cookie multiplexing methods


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.

Index


Name

Top

CatalystX::Usul::Plugin::Controller::Cookies - Cookie multiplexing methods

Version

Top

0.3.$Revision: 576 $

Synopsis

Top

   package CatalystX::Usul;
   use parent qw(Catalyst::Component CatalystX::Usul::Base);

   package CatalystX::Usul::Controller;
   use parent qw(CatalystX::Usul
                 CatalystX::Usul::Cookies
                 CatalystX::Usul::ModelHelper
                 Catalyst::Controller);

   package YourApp::Controller::YourController;
   use parent qw(CatalystX::Usul::Controller);

Description

Top

Allows for multiple key/value pairs to be stored in a single cookie

Subroutines/Methods

Top

load_stash_with_browser_state

Stash key/value pairs from the browser state cookie

Diagnostics

Top

None

Configuration and Environment

Top

None

Dependencies

Top

None

Incompatibilities

Top

There are no known incompatibilities in this module

Bugs and Limitations

Top

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Top

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Top


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.