Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php990 $this->setSessionValue('service_cookies', array());
1192 protected function setSessionValue($key, $value) function in CAS_Client
1568 $this->setSessionValue('unauth_count', $unauth_count);
1570 $this->setSessionValue('unauth_count', 0);
1571 $this->setSessionValue('auth_checked', true);
1644 $this->setSessionValue('user', $this->_getUser());
1665 $this->setSessionValue('pgt', $this->_getPGT());
1667 $this->setSessionValue('user', $this->_getUser());
1669 $this->setSessionValue('attributes', $this->_attributes);
1673 $this->setSessionValue('proxies', $this->getProxies());
[all …]