You are here

private property FileCookieJar::$storeSessionCookies in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php \GuzzleHttp\Cookie\FileCookieJar::storeSessionCookies

@var bool Control whether to presist session cookies or not.

File

vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php, line 13

Class

FileCookieJar
Persists non-session cookies using a JSON formatted file

Namespace

GuzzleHttp\Cookie

Code

private $storeSessionCookies;