I am a newbie in CakePHP and hope somebody knows what I'm doing wrong. I have a simple database (MySQL) with a few tables. Each table has a corresponding model in CakePHP. Everything is scaffolded and that's all I'm using for now. It all works fine. I can add cache (uncommenting the line in core+casheaction in controller) and it works fine as well. I can separately (no cache) add auth and it all works fine: I can login and logout when nedded and get redirected to appropriate pages. But, what doesn't work is when I try to use both cache and auth. What happens in this case is I get the login page when trying to use an action that is only allowed for loggedin users and then I cannot login. Meaning it stays on the login page whatever I do. It doesn't complain or anything about the password, but doesn't let me to go to, say, edit page.
Thanks -- 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=.
