Searched refs:storeSessionCookies (Results 1 – 2 of 2) sorted by relevance
13 private $storeSessionCookies; variable in GuzzleHttp\\Cookie\\SessionCookieJar20 * @param bool $storeSessionCookies Set to true to store session cookies23 public function __construct($sessionKey, $storeSessionCookies = false) argument27 $this->storeSessionCookies = $storeSessionCookies;47 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
13 private $storeSessionCookies; variable in GuzzleHttp\\Cookie\\FileCookieJar19 * @param bool $storeSessionCookies Set to true to store session cookies24 public function __construct($cookieFile, $storeSessionCookies = false) argument28 $this->storeSessionCookies = $storeSessionCookies;54 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {