---
title: "Deprecation: #83506 - Deprecated usage of TSFE:fe_user|sesData in TS conditions"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-83506"
source: "Changelog/9.2/Deprecation-83506-DeprecateFeUserSesDataCondition.rst"
typo3-version: "9.2"
typo3-major: 9
type: "deprecation"
issue: 83506
forge: "https://forge.typo3.org/issues/83506"
tags: ["Frontend", "TypoScript", "NotScanned"]
rendered: "2026-09-23T19:53:57+00:00"
---

# Deprecation: #83506 - Deprecated usage of TSFE:fe_user|sesData in TS conditions {#deprecation-83506}

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

## Description {#description}

Since the session API has been adjusted it is no longer possible to access the (now protected) `sesData` property of
the `fe_user` object.

## Impact {#impact}

Using `[globalVar = TSFE:fe_user|sesData|foo|bar = 1234567]` will trigger a deprecation warning.

## Affected Installations {#affected-installations}

Any installation using the old value `TSFE:fe_user|sesData` in a TypoScript condition.

## Migration {#migration}

Use `[globalVar = session:foo|bar = 1234567]` instead.
