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