Actions
Task #106052
closedProvide method to create anonymous user session
Start date:
2025-02-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There is currently no public API method in \TYPO3\CMS\Core\Authentication\AbstractUserAuthentication
which allows to create an anonymous user session. Therefore, extension authors have no "official" way to reset the user session in the AbstractUserAuthentication
object other than using the internal method initializeUserSessionManager
.
Actions