Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getGenerateSessionExpires PHP 메소드

_getGenerateSessionExpires() 보호된 메소드

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