When a user logout I still see this.
Array
(
[Config] => Array
(
[userAgent] => 19e7cdf79e12296a5a4510a289e6f266
[time] => 1236487144
[rand] => 130401514
[timeout] => 9
)
[Message] => Array
(
)
[Auth] => Array
(
[redirect] => /jobs
)
)
I have in the users_controller which removes the Auth stuff, but how can i
remove it all?
function beforeFilter() {
parent::beforeFilter();
$this->Auth->allowedActions = array('lindex');
$this->Session->delete('Auth');
}
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---