On Feb 13, 2008 4:40 PM, Rod D. <[EMAIL PROTECTED]> wrote:
>
> The problem I am having is after the user logs out, and the browser is
> still open, if you then type a url that points to a private
> controller, then the access is allowed.  But if the browser is closed
> after the user logs out, and then reopen the browser and navigate to a
> private url, then the login window appears nicely.

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
Internet Loudmouth
Motto for 2008: "Moving from herding elephants to handling snakes..."
@TheKeyBoard: http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
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