Kbase P6194: Is glStateAware a new variable within Webspeed 3.1D?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/5/2003 |
|
Status: Unverified
GOAL:
Is glStateAware a new variable within Webspeed 3.1D?
FIX:
Yes, glStateAware is a new variable in WebSpeed 3.1D. It is used to handle StateAware sessions (web/objects/stateaware.p). The new definition code, src/web/method/webutils.i, is defined within the 3.1D web/objects/web-disp.p.
Webutils.i verifies if the object is State Aware via a logical variable (true/false or yes
o). Programs within webspeed may use this variable.
If the web-disp.p (dispatcher) has been customized, it will need to include all new variables within the Webspeed 3.1D. Compare the current web-disp.p to the new and make changes to accommodate for the new dispatcher version.