wwServerConfig::lShowRequestData

Flag that is passed forward to the wwProcess object (by default, but can be overridden) to show the current request data at the end of an HTML page. Shows Form data and Server Variables.

Default Value

Initial value: .F.

Remarks

Should be used for debugging purposes only. Make sure you unset this flag when you're done debugging!

Note be very careful with this feature if you're generating binary content (such as images) or other non-HTML output like XML with this flag set. Since the data is appended to the end of the document content other than HTML will likely become invalid and not display or load correctly. For these situation you can use wwProcess::lShowRequestData selectively on specific requests to show only those requests you are actively debugging.

See also:

Class wwServerConfig

© West Wind Technologies, 1996-2024 • Updated: 07/26/01
Comment or report problem with topic