Hello!

Thanks for your answer!

In MyApp.pm I changed

   use Catalyst qw/
           -Debug
           ConfigLoader
           Static::Simple
        
           StackTrace
        
        
           Authentication
           Authentication::Store::DBIC
           Authentication::Credential::Password
        
           Session
           Session::Store::FastMmap
           Session::State::Cookie       
           /;

to

   use Catalyst qw/
           -Debug
           ConfigLoader
           Static::Simple
        
           StackTrace
        
        
           Authentication
           Authentication::Store::DBIC
           Authentication::Credential::Password
        
           Session
            Session::Store
           Session::State::Cookie       
           /;

and now it works.

Best regards

Dmitri

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

Reply via email to