Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getGenerateSessionExpires PHP Method

_getGenerateSessionExpires() protected method

Get the Generate Session Expires
protected _getGenerateSessionExpires ( ) : string
return string
    protected function _getGenerateSessionExpires()
    {
        return Mage::getStoreConfig('turpentine_varnish/general/vcl_fix') ? '# call generate_session_expires' : 'call generate_session_expires;';
    }