Hi, There should be no problem setting the cache control header on your request. Please provide the code you are using to generate your response and headers for additional troubleshooting.
-Marzia On Sat, Feb 7, 2009 at 2:35 AM, dabide <[email protected]> wrote: > > i have been trying in vain to set the response headers to enable > caching. > no matter what i do, i get Cache-Control: no-cache > > i have tried various combinations self.response.headers['Cache- > Control']= > 'public', 'private', 'public,max-age=3600' > > the Cache-Control header is always 'no-cache' (as viewed in firebug) > > just for yucks, i tried to add a made up header 'x-does-this-work', > but no, that does not work. > > the only header i have been able to modify is the Content-Type header. > > am i doing something wrong? > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
