Hallöchen! Salvatore Iovene writes:
> On Sat, Nov 5, 2011 at 7:43 AM, Torsten Bronger > <[email protected]> wrote: > >> Sending e.g. "Expires: ..." so that the page expires immediately >> solved the problem. > > Sending an Expires header so that the page expires immediately > does work, but it feels like fixing a headache with a > guillotine. The browser should cache it's own version whenever > possible, even though we're caching server side with memcached. See <http://www-archive.mozilla.org/projects/netlib/http/http-caching-faq.html>. Other browsers have similar rules. If you don't tell the browser explicitly not to cache the page, it might just do this -- and so won't ask the server. Then, re-coding your web app won't help. Tschö, Torsten. -- Torsten Bronger Jabber ID: [email protected] or http://bronger-jmp.appspot.com -- You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en.

