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

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to