ZF-5854: Doesn't work with domains without two dots, such as dev.local
Description
Zend_Http_Cookie doesn't work with local domains without two dots, such as dev.local. With the native php cookie method one can use false instead of the domain, e.g. setcookie('key', 'val', time() + 7200, '/', false); to make it work.
This doesn't work with the Zend component. See this thread for a more elaborate discussion on the problem.
Comments
Posted by Shahar Evron (shahar) on 2009-07-25T04:31:25.000+0000
I am not entirely sure what you are trying to do - are you trying to replace setcookie() with Zend_Http_Cookie? If so that's not what it's for. Can you provide some reproduction code so I understand what you're trying to achieve?
Posted by Rob Allen (rob) on 2012-11-20T20:53:08.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.