Auth_Yadis_Discovery::getSessionKey PHP Method

getSessionKey() public method

public getSessionKey ( )
    function getSessionKey()
    {
        // Get the session key for this starting URL and suffix
        return $this->PREFIX . $this->session_key_suffix;
    }