public send () Sends the cookie to the HTTP client Stores the cookie definition in session
public restore () Reads the cookie-related info from the SESSION to restore the cookie as it was set This method is automatically called internally so normally you don’t need to call it
public isUsingEncryption () Check if the cookie is using implicit encryption
public mixed getValue ([string | array $filters], [string $defaultValue]) Returns the cookie’s value
public getSecure () Returns whether the cookie must only be sent when the connection is secure (HTTPS)
public getPath () Returns the current cookie’s path
public getName () Returns the current cookie’s name
public getHttpOnly () Returns if the cookie is accessible only through the HTTP protocol
public getExpiration () Returns the current expiration time
public getDomain () Returns the domain that the cookie is available to
Page 240 of 382