---
title: "Feature: #83506 - Retrieve session data in TS conditions"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-83506"
source: "Changelog/9.2/Feature-83506-RetrieveSessionDataInTSConditions.rst"
typo3-version: "9.2"
typo3-major: 9
type: "feature"
issue: 83506
forge: "https://forge.typo3.org/issues/83506"
tags: ["Frontend", "TypoScript"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Feature: #83506 - Retrieve session data in TS conditions {#feature-83506}

See [forge#83506](https://forge.typo3.org/issues/83506)

## Description {#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:

```typoscript
[globalVar = session:foo|bar = 1234567]
```
