public function CookieJarInterface::clearSessionCookies in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php \GuzzleHttp\Cookie\CookieJarInterface::clearSessionCookies()
Discard all sessions cookies.
Removes cookies that don't have an expire field or a have a discard field set to true. To be called when the user agent shuts down according to RFC 2965.
1 method overrides CookieJarInterface::clearSessionCookies()
- CookieJar::clearSessionCookies in vendor/
guzzlehttp/ guzzle/ src/ Cookie/ CookieJar.php - Discard all sessions cookies.
File
- vendor/
guzzlehttp/ guzzle/ src/ Cookie/ CookieJarInterface.php, line 76
Class
- CookieJarInterface
- Stores HTTP cookies.
Namespace
GuzzleHttp\CookieCode
public function clearSessionCookies();