Prado\Web\TCacheHttpSession::getKeyPrefix PHP Method

getKeyPrefix() public method

public getKeyPrefix ( ) : string
return string prefix of session variable name to avoid conflict with other cache data. Defaults to 'session'.
    public function getKeyPrefix()
    {
        return $this->_prefix;
    }