Unfortunately that did not solve the problem.
I replaced my logout function with your suggestion below, and I get
the message that the user was logged out, but if I then type in the
url of the private controller, then I am allowed back in with no new
login prompt.

I must have some other issue, but the Auth seems to be working fine
otherwise.
> I haven't run into that problem myself, but you could always manually
> force a logout in the logout() action in your controller.
>
> function logout() {
>     $this->Auth->logout();
> }
>
> Hope that helps.
>
> --
> Chris Hartjes

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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