Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getGenerateSessionEnd PHP Method

_getGenerateSessionEnd() protected method

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