Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : SERVER-CONNECTION-BOUND attribute
 

SERVER-CONNECTION-BOUND attribute

(AppServer only; PAS for OE only)
Indicates if the current AppServer agent 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 stateless or state-free AppServer, 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 state-aware or state-reset AppServer, the SERVER-CONNECTION-BOUND attribute is always set to TRUE.