Deprecation: #83506 - Deprecated usage of TSFE:fe_user|sesData in TS conditions
See forge#83506
Description
Since the session API has been adjusted it is no longer possible to access the (now protected) ses property of
the fe_ object.
Impact
Using 
        [global will trigger a deprecation warning.
Affected Installations
Any installation using the old value 
        TSFE: in a TypoScript condition.
Migration
Use 
        [global instead.