Cakephp 2: Avoid CakePHP’s Auth component to display authentication error messages
The working solution to hide authentication error message in custom method
$this->Session->delete('Message.auth');
The working solution to hide authentication error message in custom method
$this->Session->delete('Message.auth');