Project

General

Profile

Bug #97996 » local_for_abstractauthentificationservice2.patch

Dieter Porth, 2022-07-22 10:37

View differences:

web/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php → web/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php (date 1658485908756)
$this->user['ses_data'] = serialize($this->sessionData);
$this->logger->debug('setAndSaveSessionData: ses_id = ' . sha1($this->id));
$updatedSession = $this->getSessionBackend()->update(
$this->id,
($this->id??''),
['ses_data' => $this->user['ses_data']]
);
$this->user = array_merge($this->user ?? [], $updatedSession);
(2-2/2)