From e995640dd96976e381597bec75be320f291ba8b6 Mon Sep 17 00:00:00 2001
From: Mathias Brodala <noreply@example.com>
Date: Thu, 30 Apr 2020 16:13:01 +0000
Subject: [PATCH] [TASK] Clarify replacement for TSFE->storeSessionData()
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Releases: master
Related: #85878
Resolves: #91248
Change-Id: I8eb19a7e7f2ac4527beb9befafc6b16cf79e99cd
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64372
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Alexander Schnitzler <git@alexanderschnitzler.de>
Tested-by: Benjamin Franzke <bfr@qbus.de>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Alexander Schnitzler <git@alexanderschnitzler.de>
Reviewed-by: Benjamin Franzke <bfr@qbus.de>
---
 .../9.4/Deprecation-85878-EidUtilityAndVariousTSFEMethods.rst   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85878-EidUtilityAndVariousTSFEMethods.rst b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85878-EidUtilityAndVariousTSFEMethods.rst
index c8d197fee01f..3c02ca65240d 100644
--- a/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85878-EidUtilityAndVariousTSFEMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/9.4/Deprecation-85878-EidUtilityAndVariousTSFEMethods.rst
@@ -42,6 +42,8 @@ Migration
 
 As all functionality has been set up via PSR-15 middlewares, use a PSR-15 middleware instead.
 
+The method :php:`storeSessionData()` should be replaced with :php:`TSFE->fe_user->storeSessionData()`.
+
 The methods :php:`addTempContentHttpHeaders()` and :php:`sendCacheHeaders()` are now incorporated
 within :php:`TSFE->processOutput()`. This function should be used, or rather add custom headers
 to a PSR-15 Response object if available.
-- 
GitLab