I had todo after hours this:

      'regexps' => array(

            '^/Mapa\+do\+Site' => array('cache' => true,
                                'cache_with_session_variables'   => true,
                                'cache_with_cookie_variables'    => true,
                                'make_id_with_session_variables' => false,
                                'make_id_with_cookie_variables'  => false,

                        ),
      ),

I'd like an explanation for this because I'm new to zend Page caching.
Can't understand these lines:

'cache_with_session_variables'   => true,
'cache_with_cookie_variables'    => true,
'make_id_with_session_variables' => false,
'make_id_with_cookie_variables'  => false,

But the only way it worked. =/
-- 
View this message in context: 
http://www.nabble.com/Zend_Cache_Frontend_Page-behaviour-tp15109143p21724803.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to