Cakephp doesn't write a cookie
- by radious
Hello!
I have a problem with writing cookies in cakephp and even don't know how to debug it or where too look for a clue.
I've inherited a project where cookie were only created using the Session component, of course i added 'Cookie' to $components array in app_controller and put this in beforeFilter:
$this->Cookie->name = 'foo';…