Actions
Task #97386
closedMake expireTimeInMinutes in SessionService in install tool overrideable
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2022-04-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
On my local development environment I want to overwrite the session timeout of the install tool as it is really annoying to constantly login again if I'm not actively in th install tool for more than 15 minutes. By making the variable protected, I can XCLASS the SessionService and only overwrite the timeout without overwriting every method where it is used.
Actions