41 $backendUserSessionRepository = $objectManager->get(
'TYPO3\\CMS\\Beuser\\Domain\\Repository\\BackendUserSessionRepository');
42 $backendUserSessionRepository->switchBackToOriginalUser($authentication);
56 $authentication->session_table !==
'be_sessions' 57 || !is_array($authentication->user)
58 || !$authentication->user[
'uid']
59 || !$authentication->user[
'ses_backuserid']
isAHandledBackendSession(AbstractUserAuthentication $authentication)
static makeInstance($className)
static redirect($url, $httpStatus=self::HTTP_STATUS_303)
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]
switchBack($params, AbstractUserAuthentication $authentication)