Actions
Bug #92035
closedBackend sets InstallToolSession cookie on logout
Start date:
2020-08-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Logging out of BE being a system maintainer causes the InstallToolSession to be set even though the install tool was never accessed.
This happens because the LogoutController tries to destroy existing install tool sessions using the SessionService. But the service sets the cookie with its constructor.
Actions