On Mon, 7 Sep 2009, Stephen Melrose wrote: > From my understanding, the minute you pass a query string on the end > of a URL, the caching system is disabled.
Nope, that's not true. Assuming you're caching the action, then all URLs with the samy query string will be cached after the first request. > However, I need to cache a page with a query string passed to it. The > query string is 100% irrelevant and is simply used to force a download > in Flash. > > So, my question is how do I do this? I just need to cache the page, > but ignore the query string as if it weren't there. If the query string is always the same then it should be cached. -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
