Persists cookies in the client session
Cloneable
Instantiable
Iterable
- Extends
-
Implements
Countable GuzzleHttp\Cookie\CookieJarInterface IteratorAggregate Traversable
Methods |
public
__construct
(
string
$sessionKey
,
bool
$storeSessionCookies
=
false
) Create a new SessionCookieJar object |
public
__destruct
() Saves cookies to session when shutting down |
public
save
() :
void
Save cookies to the client session |
Methods |
protected
load
() :
void
Load the contents of the client session into the data array |
Properties |
private
$sessionKey
|
private
$storeSessionCookies
|
Methods |