I think there is an error in documentation. http://framework.zend.com/manual/en/zend.http.cookies.html
Example 17.22. and forward uses:
$cookie = Zend_Http_*Client*('foo=two+words; ....);
but it should be:
$cookie = Zend_Http_*Cookie*('foo=two+words; ....);
