Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
SpeedScript : WebSpeed API functions : Passing information between Web requests
 

Passing information between Web requests

There are four ways to pass information between Web requests:
*Cookies
*URL query strings
*Hidden form fields
*User fields
The first three techniques are available to all Web objects, stateless or state aware. However, user fields are only available for a single Web request or a WebSpeed transaction.
WebSpeed supports all of these techniques with API functions or method procedures. Some functions are specific to one technique and some combine these techniques to make information available to a Web object.
* Cookies
* URL query strings
* Hidden form fields
* User fields