WebSpeed
Developer’s Guide


Modifying the User Field List

A user field list defines a set of name/value pairs that apply to your entire application. The user field list is global to all Web objects executing on the Agent.

The function of the user fields is entirely application dependent. You can use it to maintain your own application states and to pass information between Web objects running on the same Agent for the same Web request (or WebSpeed transaction, if the Agent is locked).

To explicitly create and access user fields, WebSpeed provides the set-user-field and get-user-field API functions. For more information on these functions, see "Passing Information Between Web Requests" in SpeedScript." For an example of a user field used to manage a WebSpeed transaction, see the "Handling State-aware Time-outs" section in this chapter. Also see the AppBuilder online help for syntax information.

NOTE: The get-value API function looks first in the list of user fields. Generally, you use get-value instead of get-user-field to return user field values.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095