SessionState (Read only)

Top  Previous  Next

Returns the current session state.

 

VB.NET Syntax

 

[SessionState =] tnxxxx.SessionState

 

C# Syntax

 

[SessionState =] tnxxxx.SessionState;

 

 

Remarks

 

While the telnet connection is closed, this property returns always NoSession value.

 

When the telnet connection is opened it can return:

 

NoSession, indicating that the connection was established at telnet level but not at 5250 Data Stream level.
SSCPLU, indicating that a connection with the VTAM was established, but there's not a session with an final application (like CICS, TSO, etc.). (This state is only valid for TN3270 Hosts).
LULU, indicating that the connection with the VTAM application (like CICS, TSO, etc.) has been established.

 

See also SessionState constants.