I'm having caching issues client-side; a lot of the time after I update the server via SVN, new page titles or other information/images doesn't show when I go there. I'm not very good when it comes to caching so I need some assistance. Response headers: Date: Wed, 21 May 2008 01:14:33 GMT Server: Apache/2.2.4 (Win32) PHP/5.2.4 X-Powered-By: PHP/5.2.4 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Keep-Alive: timeout=5, max=100 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html I'd like the client to make a request to the server on each page load requesting if it's cache is up to date, and if not getting the outdated objects, but I'm totally unfamiliar with these caching options. How are the current settings for what I want, and why am I having my current issues when Cache-Control is set to no-store/no-cache/must-revalidate? Thanks so much.