Home
last modified time | relevance | path

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

/plugin/authssocas/vendor/apereo/phpcas/source/
H A DCAS.php338 * @param bool $changeSessionID Allow phpCAS to change the session_id
350 $changeSessionID = true, \SessionHandlerInterface $sessionHandler = null argument
370 $changeSessionID, $sessionHandler
393 * @param bool $changeSessionID Allow phpCAS to change the session_id
405 $changeSessionID = true, \SessionHandlerInterface $sessionHandler = null argument
425 $changeSessionID, $sessionHandler
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DClient.php918 * @param bool $changeSessionID Allow phpCAS to change the session_id
940 $changeSessionID = true, argument
954 if (gettype($changeSessionID) != 'boolean')
955 throw new CAS_TypeMismatchException($changeSessionID, '$changeSessionID', 'boolean');
966 $this->_setChangeSessionID($changeSessionID);