Try OpenEdge Now
skip to main content
Application Migration and Development Guide
Application Development with PAS for OpenEdge : Programming the Progress Application Server for OpenEdge : Programming for a PAS for OpenEdge application model : Session-managed programming
 
Session-managed programming
The requirements for programming an application server for session-managed applications differ depending on whether a bound or unbound client connection is used. However, both types of client connections provide some means to manage session context internally on behalf of clients that are connected using the session-managed application model.
The remaining sections in this chapter indicate where a feature's function or availability depends on the application model and binding state However, in general, the main differences affect how you can manage client connection context for each model. For more information on the session-managed application, see PAS for OpenEdge and Client Interaction .
For more information on programming for the session-managed model, see Connect and Disconnect event procedures and Managing context for bound and unbound session-managed connections.