Try OpenEdge Now
skip to main content
Programming Interfaces
Data Management : Application Security : Elements of an application authentication model : Client context management mechanisms
 
Client context management mechanisms
Client context management mechanisms identify and maintain context for a single user across all ABL sessions of a multi-tier application running in session-free or session-managed operating mode.
ABL supports different mechanisms to do this that work depending on the application session model (session-free or session-managed). This includes a client context identifier (ID) that you can transport, along with a client-principal object, across the sessions of an AppServer application in order to identify and restore the user's current context, regardless of the application session model.
For more information using this client context ID mechanism, see Establishing and managing identity for multi-tier applications.