CFDUMPSESSION
This tag outputs the content of a CFML variable to the browser, often used during debugging or as a quick way to view variables at runtime.
Usage
<cfdumpsession>
Attributes
| Attribute | default | required | summary |
|---|---|---|---|
| ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
| VAR | ![]() |
A variable or text string to be output to the browser at runtime. | |
| LABEL | A label or title to be shown for the output of the VAR attribute. | ||
| TOP | 9999 | How deep to iterate into the variable, e.g. the number of rows to output. | |
| ABORT | false | Abort this request as soon as the tag has finished | |
| OUTPUT | browser | Determines where the output of this dump goes. Can be 'browser', or the full path to a file name to use | |
| VERSION | short | Determines how verbose query and java objects should outputted |

