bool isHttpOnly() Checks whether the cookie will be made accessible only through the HTTP protocol. Return Value bool
bool isRaw() Checks if the cookie value should be sent with no url encoding. Return Value bool
bool isSecure() Checks whether the cookie should only be transmitted over a secure HTTPS connection from the client. Return Value bool
bool isHttpOnly() Returns the httponly flag of the cookie. Return Value bool The cookie httponly flag
string getPath() Gets the path of the cookie. Return Value string The cookie path
string getName() Gets the name of the cookie. Return Value string
string getValue() Gets the value of the cookie. Return Value string The cookie value
string getValue() Gets the value of the cookie. Return Value string
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
Page 583 of 787