You are here

public function CookieJarInterface::clearSessionCookies in Lockr 7.3

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\Cookie

Code

public function clearSessionCookies();