debug what's in $_SESSION array? Is $_SESSION['Auth'] still there?

在 2012-3-26 下午3:12,"Thomas" <goo...@ellis-events.com>编写:

Hi,

I'm using the usermin plugin to manage users and access rights.

In the first step, everything works fine, as long as the user is not logged
in he can't access any pages.

No I made a "logout" menu entry which points to ->
http://localhost/cakephp/logout and calls the following function in the
umusers controller of the usermin plugin:

    public function logout() {
        $this->redirect($this->Auth->logout());
    }

This redirects to the login page again.

The problem is - even after being logged out this way, I can access other
pages.

Only after clearing the browser cache it works as expected - but only
once... HELP!

-- 
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help
others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at
http://groups.google.com/group/cake-php

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to