Home
last modified time | relevance | path

Searched refs:sessionKey (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSessionCookieJar.php10 private $sessionKey; variable in GuzzleHttp\\Cookie\\SessionCookieJar
18 * @param string $sessionKey Session key name to store the cookie
23 public function __construct($sessionKey, $storeSessionCookies = false) argument
26 $this->sessionKey = $sessionKey;
52 $_SESSION[$this->sessionKey] = json_encode($json);
60 if (!isset($_SESSION[$this->sessionKey])) {
63 $data = json_decode($_SESSION[$this->sessionKey], true);
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php160 $sessionKey = 'style_' . $type;
162 $this->session->setVar($sessionKey, base64_encode($this->$type));
165 $sessionKey .= "_generic";
166 $this->session->setVar($sessionKey, base64_encode($this->fallback[$type]));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...