public send () Sends the cookie to the HTTP client Stores the cookie definition in session
public delete () Deletes the cookie by setting an expire time in the past
public useEncryption (mixed $useEncryption) Sets if the cookie must be encrypted/decrypted automatically
public Phalcon\Http\Cookie setValue (string
public setSecure (mixed $secure) Sets if the cookie must only be sent when the connection is secure (HTTPS)
extends class Phalcon\Exception
public setHttpOnly (mixed $httpOnly) Sets if the cookie is accessible only through the HTTP protocol
public mixed getValue ([string | array $filters], [string $defaultValue]) Returns the cookie’s
public setDI (Phalcon\DiInterface $dependencyInjector)
public getName () Returns the current cookie’s name
Page 2 of 3