public function CookieJarInterface::clearSessionCookies in Auth0 Single Sign On 8.2
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();