Consultor Eletrônico



Kbase P70735: Unable to maintain context between requests when using AppServer Partition outside of ADM2
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/10/2004
Status: Unverified

SYMPTOM(s):

Unable to maintain context between requests when using AppServer Partition outside of ADM2

SERVER-CONNECTION-CONTEXT attribute is valid only for the first request

AppServer mode is Stateless

Disconnecting after each request

CAUSE:

The SERVER-CONNECTION-CONTEXT is maintained per connection.
Disconnecting and reconnecting from the AppServer establishes a new connection, with a new context for that connection.

FIX:

Do not disconnect from the AppServer in between requests.