Actions
Bug #63798
openStory #63815: Reduce communication between server and client
SYS_LASTCHANGED does not updated when TCEMAIN.clearCacheCmd is used
Start date:
2014-12-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
When clearing page caches after changing records, the SYS_LASTCHANGED field of the pages is not updated. This means that the Last Modified header will not change and the visitors that already have a page cached will never fetch a new one because TYPO3 says the page content has not changed.
Updated by Michiel Roos almost 10 years ago
Short term fix would be to add this to your .htaccess:
<IfModule mod_headers.c> Header unset Last-Modified </IfModule>
Updated by Riccardo De Contardi almost 9 years ago
- Target version set to Candidate for Major Version
Actions