TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user