Tag Archives: Catalyst

Add session support on Catalyst

Add the next line in the application class:

use Catalyst qw/Session Session Session::Store::FastMap Session::State::Cookie;

Posted in Misc | Tagged , | Leave a comment