CAS_Client::getChangeSessionID PHP Method

getChangeSessionID() public method

Get whether phpCas is allowed to change session_id
public getChangeSessionID ( ) : boolean
return boolean
    public function getChangeSessionID()
    {
        return $this->_change_session_id;
    }
CAS_Client