Actions
Bug #87370
openIf Install tool session expires, all ajax requests fail
Status:
New
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-01-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
To reproduce:
- Open "Maintenance" module
- Go drinking a coffee and return after an hour
- Click "flush caches"
Expectation:
Install tool session lasts as long as backend session
Actual result:
Install tool session is limited to 60 minutes, even if backend session is configured to be longer and maintenance module is called from backend session
Considerations:
Currently, when accessing the install tool from the backend, a session for standalone install tool is created as well,
thus install tool can be opened in standalone context. It also means that install tool is unlocked and accessible for other requests as well.
Suggestion:
When accessing the install tool from the backend, the install tool session should be shared with the backend session and be independent from a standalone session
Actions