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