Consultor Eletrônico



Kbase P118798: What is WebSpeed's SERVER-CONNECTION-ID attribute ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/12/2009
Status: Verified

GOAL:

What is WebSpeed's SERVER-CONNECTION-ID attribute ?

GOAL:

What is SERVER-CONNECTION-ID attribute used for in WebSpeed ?

FACT(s) (Environment):

All Supported Operating Systems
WebSpeed 3.x

FIX:

SERVER-CONNECTION-ID allows you to create a virtual session for your WebSpeed applications.
It can set context for a state-less WebSpeed agent without tieing an agent to a client.
When you enable Session Connection ID, the WebSpeed Messenger checks incoming requests for a cookie containing a value for SERVER-CONNECTION-ID.
The SERVER-CONNECTION-ID variable contains a unique identifier. If it does not exist, the WebSpeed Messenger causes a unique identifier to be generated.
The WebSpeed Messenger then sets the SERVER-CONNECTION-ID attribute of the SESSION handle to the value of the unique identifier.
This unique connection identifier gets passed to the WebSpeed Agent as part of the Web request.
In turn, the WebSpeed Agent passes the unique connection identifier to the WebSpeed application.
It is necessary for the application to create a data source where you can save connection identifiers and their associated application context.