When trying to understand the caching system better, I came across the following problem.
Enabling server side caching as such: index: enabled: on with_layout: true lifetime: 3600 Also enables client side caching by setting the http-header: Cache-Control: max-age=3600 Why is this happening? Secondly I am using etag, however it still loads the old version from the browser cache. (firefox 2.0) Any suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---