FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Using the browser's Webcache
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Using the browser's Webcache [message #175070] Wed, 10 August 2011 09:50 Go to previous message
Luke is currently offline  Luke
Messages: 10
Registered: June 2011
Karma:
Junior Member
Hi,

I'm trying to utilize the browser's Webcache with php. I have a
timestamp of the time when my site has been changed and I'm trying to
send a "304 Not Modified" if the user already has my page in his
cache. I'm using the function described on this page [1] under "Use
PHP to force a conditional GET". I also added the headers

header("Cache-Control: public");
header("Expires: Thu, 15 Apr 2012 20:00:00 GMT");
header("Pragma: cache");

but the page gets reloaded every time. These are the headers from the
server:

Status-Code:200 OK
Cache-Control:public
Connection:Keep-Alive
Date:Wed, 10 Aug 2011 08:20:44 GMT
Etag:"b393df7221a36ce8e02e96c7df308a16"
Expires:Thu, 15 Apr 2012 20:00:00 GMT
Keep-Alive:timeout=15, max=99
Last-Modified:Wed, 10 Aug 2011 07:50:04 GMT
Pragma:cache

I really can't figure out what the problem is.

Greetings from Germany
Lukas

[1] http://www.askapache.com/php/speed-up-sites-with-php-caching.html
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: speech recognition
Next Topic: json_decode
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 15:43:01 GMT 2024

Total time taken to generate the page: 0.05449 seconds