expire(string $name, string $path = '/', string $domain = null) Removes a cookie by name. You
Cookie[] all()
History getHistory()
array allValues(string $uri, bool $returnsRawValue = false) Returns not yet expired cookie values
updateFromSetCookie(array $setCookies, string $uri = null) Updates the cookie jar from a response
string getExpiresTime() Gets the expires time of the cookie.
Request back()
string getDomain() Gets the domain of the cookie.
string getPath() Gets the path of the cookie.
array allRawValues(string $uri) Returns not yet expired raw cookie values for the given URI.
Page 2 of 7