What are the considerations for using SessionData for a session-application within CA TPX Session Management?
The SessionData field lets you provide up to 60 characters of information to an application when the application session is started.
You can pass information using the SessionData field only if the application will accept that information from the DATA parameter on the LOGON command in the unformatted system services (USS) table.
The syntax for the LOGON command in the USS table is as follows:
LOGON APPLID(applid) DATA(........)
The application controls what can be accepted from the DATA parameter, and thus from CA TPX SessionData.
CA TPX SessionData for an application session can contain CA TPX variables.
SessionData can be defined at the user and/or profile level, not within the ACT (Applications Characteristics Table).