Class **Phalcon\\Http\\Response\\Cookies** ========================================== *implements* :doc:`Phalcon\\DI\\InjectionAwareInterface ` This class is a bag to manage the cookies Methods --------- public **__construct** () Phalcon\\Http\\Response\\Cookies constructor public **setDI** (:doc:`Phalcon\\DiInterface ` $dependencyInjector) Sets the dependency injector public :doc:`Phalcon\\DiInterface ` **getDI** () Returns the internal dependency injector public **set** (*string* $name, *mixed* $value, *int* $expire, *string* $path) Sets a header to be sent at the end of the request public :doc:`Phalcon\\Http\\Cookie ` **get** (*string* $name) Gets a cookie from the bag public **reset** () Reset set cookies