OpenWGA 7.1 - TMLScript reference


Object:

RequestInformation

Description

This object carries Information about the current WebTML request that will get used in server statistics and access logging.

It can be used in TMLScript to add extra data to access logging using RequestInformation.attributes, or to disable access logging for certain requests using RequestInformation.loggingEnabled.

Retrieval WGA.accessLogging()
Allowed in script types
  • WebTML pages and normal WebTML actions
Properties and methods
Name Purpose
attributes Stores extra data to be written to access logging
loggingEnabled Determines if the current request should be logged to the access log