Project

General

Profile

Actions

Bug #94187

open

Session not updated within same page

Added by Aimeos no-lastname-given almost 3 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2021-05-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

Precondition: Two frontend plugins are placed on the same page

1.) In the user session, "key" has been set to "test" in a different request before
2.) Plugin 1 updates a key in the user session using \TYPO3\CMS\Core\Authentication\AbstractUserAuthentication::setAndSaveSessionData('key', 'test2')
3.) Plugin 2 on the same page reads the key using \TYPO3\CMS\Core\Authentication\AbstractUserAuthentication::getSessionData('key')

The value returned in plugin 2 is "test", not "test2".
In TYPO3 9.5, the correct value ("test2) has been returned.

No data to display

Actions

Also available in: Atom PDF