In a Zend Framework 1 application I want to display a message like "Please activate cookies in your browser...", if cookies are deactivated.
I thought, Zend_Http_Cookie
should provide this functionality, but haven't found nothing like that there.
How to implement this check in ZF1?