TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,23 @@
.. include:: /Includes.rst.txt
.. _feature-83506:
========================================================
Feature: #83506 - Retrieve session data in TS conditions
========================================================
See :issue:`83506`
Description
===========
As the session API has been modified, it is no longer possible to access session data in TypoScript conditions by using
the formerly public property `sesData` of the frontend user object.
So now there is a more direct way using the keyword `session` with the same function:
.. code-block:: typoscript
[globalVar = session:foo|bar = 1234567]
.. index:: Frontend, TypoScript