Different values being reported for page expiration
-
I have my HTML & XML expires header lifetime set to 86400.
When a page is cached the ‘Expires’ value reports a 24 hour validation period.
For example:
Expires: 30 January 2018 13:33:44 now: 29 January 2018 13:34:03While the script (Cache_File_Cleaner.php) reports the following:
Expires: 29 January 2018 14:33:44 now: 29 January 2018 13:34:03This reporting discrepancy is causing cached files to be deleted before they have expired. Is there another configuration setting that I’m missing which is causing the expiration time to be one hour instead of 24 hours?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Different values being reported for page expiration’ is closed to new replies.