Actions
Task #102906
openPrevent Extbase errorAction from writing session data
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2024-01-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Any validation error and the resulting FlashMessage items that is
handled implicitly by the Extbase ActionController::errorAction
will be persisted to a user session. In case the session does not
exist, it will be generated and a new session cookie is sent.
Actions