Hi,

I have this line in AppController, beforeFilter:

$this->Auth->authError = sprintf(__('Session timed out or no
permmision to action: %s .',true),$this->name.'-'.$this-
>params['action']);

Instead of displaying detailed information about failed action to
user, I prefer to log it into file,
but have no idea where to put $this->log(....) function.
How can I handle authError ?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en

Reply via email to