Hi to all I have this strange error in my code. I want to make a cookie system with cakephp, and in app_controller.php I include
var $components = array(\'Auth\', \'Coo
The method name is delete, not del, hence the error. See also http://api.cakephp.org/class/cookie-component#method-CookieComponentdelete
delete
del