Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
DClient.php980 phpCAS :: trace("Session is authenticated as: " . $this->getSessionValue('user'));
1156 protected function getSessionValue($key, $default = null) function in CAS_Client
1542 } else if ($this->getSessionValue('auth_checked')) {
1549 $unauth_count = $this->getSessionValue('unauth_count', -2);
1744 return !!$this->getSessionValue('user');
1772 && $this->getSessionValue('pgt')
1775 $this->_setUser($this->getSessionValue('user'));
1777 $this->setAttributes($this->getSessionValue('attributes'));
1779 $this->_setPGT($this->getSessionValue('pgt'));
1781 'user = `'.$this->getSessionValue('user').'\', PGT = `'
[all …]