Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getGenerateSession PHP Method

_getGenerateSession() protected method

Get the Generate Session
protected _getGenerateSession ( ) : string
return string
    protected function _getGenerateSession()
    {
        return Mage::getStoreConfigFlag('turpentine_varnish/general/vcl_fix') ? 'return (pipe);' : 'call generate_session;';
    }