Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getGenerateSessionStart PHP Method

_getGenerateSessionStart() protected method

Get the Generate Session
protected _getGenerateSessionStart ( ) : string
return string
    protected function _getGenerateSessionStart()
    {
        return Mage::getStoreConfig('turpentine_varnish/general/vcl_fix') ? '/* -- REMOVED' : '';
    }