Actions
Bug #91897
closedPragma: no-cache header even when logged out of backend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2020-07-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The frontend should only send the Pragma no-cache header when you are logged in in the backend.
however, if you log out the cookie "be_typo_user" is still available and appearently thats why the no-cache header is sent.
if you manually delete the cookie, the header wont be sent anymore.
Actions