Re: Login problem in 8004

2009-02-15 Thread hashmich
Hi Bjorn, I experienced similar strange behavior, when I didn't log out before logging in again. If $this->Session->read('Auth.User.id') is still valid, the login-action seems not to be performed, because it's not necessary. Same happens then to the redirect. Be sure to destroy all sessions and c

Login problem in 8004

2009-02-15 Thread Bjorn
Hi, I just updated to version 8004 from 7296 and now I have problem with logging in. In my beforeFilter in app_controller I have the following $this->Auth->loginAction = array('controller' => 'users', 'action' => 'login'); $this->Auth->logoutRedirect = array('controller' =>