Class Context() Professional
Class function of the Context class
A Context object provides information about the connection between Web browser and WAA gateway. It is passed as the second parameter to a registered form-function. Example:
With methods in the group Connection information about the connected gateway can be retrieved.
Methods in this group Session management allow attaching persistent data to a session consisting of multiple HTML pages. This way, data entered by a user in an HTML page can be stored within a registered form-function by passing them to the oContext:setCargo() method. When a user selects the next HTML page, stored data can be retrieved in another form-function using oContext:getCargo().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.