CAS_Client::_setChangeSessionID PHP Method

_setChangeSessionID() private method

Set a parameter whether to allow phpCas to change session_id
private _setChangeSessionID ( boolean $allowed ) : void
$allowed boolean allow phpCas to change session_id
return void
    private function _setChangeSessionID($allowed)
    {
        $this->_change_session_id = $allowed;
    }
CAS_Client