Page 1 of 1

Cache control headers

Posted: Thu Jul 28, 2011 10:48 pm
by Golf Gti
Is this the way cache control is suppose to be shown?
Does it not mean the next time it crawls the site it will decide to not cache the page?

When turning off the page cache the headers that are sent are as shown:
HTTP/1.1 200 OK
Date: Thu, 28 Jul 2011 22:38:54 GMT
Server: Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache

Content-Encoding: gzip
Vary: Accept-Encoding
Set-Cookie: CMSSESSID0d0a1d8c=dff03a8e3eb0d64f3e7d50e6d0446676; path=/
Last-Modified: Thu, 28 Jul 2011 22:38:54 GMT
Keep-Alive: timeout=8, max=50
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html; charset=utf-8

Page cache turned:
HTTP/1.1 200 OK
Date: Thu, 28 Jul 2011 22:43:10 GMT
Server: Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Expires: Fri, 29 Jul 2011 01:43:10 GMT
Cache-Control: public, max-age=10800
Etag: "9e3a48b1ae1e41b0b47e8548d766647f"
Content-Encoding: gzip
Vary: Accept-Encoding
Last-Modified: Thu, 28 Jul 2011 22:42:30 GMT
Keep-Alive: timeout=8, max=50
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/css; charset=utf-8

Re: Cache control headers

Posted: Thu Jul 28, 2011 11:47 pm
by calguy1000