Searched refs:storeSessionCookies (Results 1 – 4 of 4) 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)) {
18 private $storeSessionCookies; variable in GuzzleHttp\\Cookie\\SessionCookieJar25 * @param bool $storeSessionCookies Set to true to store session cookies28 public function __construct(string $sessionKey, bool $storeSessionCookies = false) argument32 $this->storeSessionCookies = $storeSessionCookies;52 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {
20 private $storeSessionCookies; variable in GuzzleHttp\\Cookie\\FileCookieJar26 * @param bool $storeSessionCookies Set to true to store session cookies31 public function __construct(string $cookieFile, bool $storeSessionCookies = false) argument35 $this->storeSessionCookies = $storeSessionCookies;62 if (CookieJar::shouldPersist($cookie, $this->storeSessionCookies)) {