I'm having 2 login forms in my (cake) application. One on the home
page (served by pages controller) and one in my user controller. The
one from my user controller is working fine. But when I try to login
from the homepage I get a blank page and I see in firebug I got a 404.
The strange thing is that the session is setup OK.

It's looks like it has something to do with $this->Auth->autoRedirect
= false (which is set in user controller beforeFilter()). What could
be the problem?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to