bool isRaw() Checks if the cookie value should be sent with no url encoding. Return Value bool
bool isHttpOnly() Checks whether the cookie will be made accessible only through the HTTP protocol. Return Value bool
bool isHttpOnly() Returns the httponly flag of the cookie. Return Value bool The cookie httponly flag
bool isExpired() Returns true if the cookie has expired. Return Value bool true if the cookie has expired, false otherwise
bool isCleared() Whether this cookie is about to be cleared. Return Value bool
string getValue() Gets the value of the cookie. Return Value string
string getValue() Gets the value of the cookie. Return Value string The cookie value
string getRawValue() Gets the raw value of the cookie. Return Value string The cookie value
string getPath() Gets the path on the server in which the cookie will be available on. Return Value string
string getPath() Gets the path of the cookie. Return Value string The cookie path
Page 583 of 787