[Catalyst] Session example from Tutorial.pod doesn't work?
    catalyst 
    rbroom+catalyst at rbroom.com
       
    Thu Feb  2 16:04:29 CET 2006
    
    
  
On Wed, 2006-02-01 at 17:37 -0700, catalyst wrote:
> > Unfortunately, the magic isn't working for me. When I call $c->login after a good
> > login, the session apparently hasn't saved the credentials. What's more, when I
> > look at
> > 
> >   Catalyst::Plugin::Authentication::Credential::Password::login()
> > 
> > I don't see any way that it could be using a session. It always wants a user and
> > password to be explicitly passed or included in the CGI args.
> Sounds like a problem I had a few days ago. You can read all about it in
> the list archives.
> 
> This is what caused it:
> http://dev.catalyst.perl.org/wiki/SolvedIssues#si.180
> 
> Wijnand
Thank you, yes I've already got setup() after config(). My tutorial.pm was initially created from the Tutorial.pod instructions, so it came to me like that. :)
---
Rodney Broom
    
    
More information about the Catalyst
mailing list