[TYPO3-dev] felogin and page caching in Safari

Mark Howells-Mead m.howells-mead at frappant.ch
Thu Nov 20 11:37:33 CET 2014


I’m running into problems with TYPO3 6.2 and FE Users. TYPO3 is generating and caching pages on request and sending these to the browser with the following response headers.

Cache-Control:max-age=43200
Content-Length:14524
Content-Type:text/html; charset=utf-8
Date:Thu, 20 Nov 2014 10:25:34 GMT
ETag:"0dc2eed6d71096ac8588e0c337ea4a13"
Expires:Thu, 20 Nov 2014 22:25:35 GMT
Last-Modified:Thu, 20 Nov 2014 09:22:26 GMT
Pragma:public
Server:Apache
X-Powered-By:PHP/5.5.18

When an FE user logs in and visits a non-protected page which he’s already seen, the page is pulled from the browser cache and not from the server. If the user reloads the page manually in the browser then it pulls the new version from the server.

Is there a correct way to set up TYPO3 in order to deal with this? Perhaps adjusting the Last Modified timestamp?

Google isn’t forthcoming: the best result is http://forum.typo3.org/index.php?t=msg&goto=426269& but that’s nearly ten years old and all of the main results relate to ancient versions of TYPO3.

Thanks for any suggestions or links!
Mark


More information about the TYPO3-dev mailing list