Skip to content
Snippets Groups Projects
Commit 7b82e83d authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[TASK] Centralize Backend User Session Repository

Logic around Backend User Sessions and its access
across the EXT:beuser backend module is now encapsulated
and streamlined:

* The BackendUserSessionRepository does not inherit
from Extbase anymore, as there is nothing needed here
* No ObjectManager is needed, GeneralUtility can be used instead
* All access to the actual sessionBackend is now placed inside
this method.

This allows to further streamline the User Session handling
at a later stage.

Resolves: #93017
Releases: master
Change-Id: I02ab22d90e570cd04f4e6a3ea96412dfbf247967
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67045


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent d4fa3bbc
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment