No browser seems to be honoring my cache settings. They all keep making the full request each time. We really need clients to do some local caching but I can't figure out how to get them to do it. The following request/response is repeated absolutely identically (except for time stamps) within a few seconds but no caching occurs. Appreciate any advice. I know this isn't strictly a django question but I need my solution to be a django one. :-)
-- Ben GET /musician/scherrey/details/ HTTP/1.1 Host: musician.ejaminone.proteus-tech.com Connection: keep-alive User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.38 Safari/532.0 Referer: http://musician.ejaminone.proteus-tech.com/musician/scherrey/basics/ Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/ plain;q=0.8,image/png,*/*;q=0.5 Accept-Encoding: gzip,deflate,sdch Cookie: publicip=192.168.1.103; sessionid=159d89994192345cbfa93b13e09969b3 Accept-Language: en-US,en;q=0.8 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 HTTP/1.1 200 OK Date: Wed, 20 Jan 2010 07:46:59 GMT Server: Apache/2.2.12 (Ubuntu) Expires: Wed, 20 Jan 2010 07:47:59 GMT Vary: Cookie,Accept-Encoding Last-Modified: Wed, 20 Jan 2010 07:46:59 GMT ETag: "3b2ac6d6b2d11c9a4f68b8eca551756b" Cache-Control: max-age=60 Set-Cookie: publicip=192.168.1.103; Path=/ Set-Cookie: sessionid=159d89994192345cbfa93b13e09969b3; Domain=.proteus-tech.com; expires=Wed, 03-Feb-2010 07:46:59 GMT; Max- Age=1209600; Path=/ Content-Encoding: gzip Keep-Alive: timeout=15, max=99 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8
-- 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.

