Are you in internet explorer?

IE has a nasty habit of caching stuff it shouldn't.

Also, you didn't look at my last response...

Answer those 4 questions and i'll be able to help.

On Feb 13, 2008 4:56 PM, Rod D. <[EMAIL PROTECTED]> wrote:

>
> 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 cake-php@googlegroups.com
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