SERVER-CONNECTION-BOUND attribute

(PAS for OE only)

Indicates if the current application server session is bound to a particular client application.

Data type: LOGICAL

Access: Read-only

Applies to: SESSION system handle

This attribute is valid only if the REMOTE attribute is TRUE.

If the SERVER-CONNECTION-BOUND attribute is TRUE, the current session is bound to a client application. Otherwise, it is FALSE.

On a session-free application server, if the SERVER-CONNECTION-BOUND-REQUEST attribute is set to FALSE to unbind the connection, the connection remains bound and the SERVER-CONNECTION-BOUND attribute remains TRUE as long as remote persistent procedures remain active for the connection.

On a session-managed application server, the SERVER-CONNECTION-BOUND attribute is always set to TRUE.