[Catalyst] different storage for a controller

rahed raherh at gmail.com
Wed Sep 8 13:53:05 GMT 2010


Hi,

in MyApp.pm I have:

__PACKAGE->config(session => {storage => '/tmp/mystorage'});

I use FastMmap session storage and would like to change the path for one
of my controller. I tried in myapp.yml:

'Controller::Start::Abc:'
  session:
    storage: '/tmp/mystorage2'

But the storage remains unchanged. Is it possible?

-- 
Radek



More information about the Catalyst mailing list