Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getNormalizeCookieRegex PHP Method

_getNormalizeCookieRegex() protected method

Get the regex for cookie normalization
protected _getNormalizeCookieRegex ( ) : string
return string
    protected function _getNormalizeCookieRegex()
    {
        return trim(Mage::getStoreConfig('turpentine_vcl/normalization/cookie_regex'));
    }