I have an application that is getting incorrect cache headers set, including pragma "no-cache". It is running via mod_apache without mod_expires or mod_cache.
I am setting the upstream cache headers in the view with the cache_control decorator, which should override anything set by the framework. I am incidentally using cache_page on this view as well. I don't have CACHE_ANONYMOUS_ONLY on, so it should not be that, either. From the development server I am getting the correct headers, but I don't see anything relevant in my apache configs. Has anyone that has had similar difficulty have any advice? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---