Skip to content

Instantly share code, notes, and snippets.

@nimdasys
Created April 2, 2015 21:46
Show Gist options
  • Save nimdasys/d0a25c0b09be855c2918 to your computer and use it in GitHub Desktop.
Save nimdasys/d0a25c0b09be855c2918 to your computer and use it in GitHub Desktop.
<div style="clear:both">
<cfdump var="#GetHttpRequestData()#" label="GetHttpResponseData() Values"/>
<cfdump var="#Session#" label="Session">
<cfdump var="#Cookie#" label="Cookie">
<cfdump var="#Request#" label="Request">
<cfdump var="#Form#" label="Form">
<cfdump var="#URL#" label="URL">
<cfdump var="#application#" label="application">
<cfdump var="#cgi#" label="cgi">
<cfdump var="#Variables#" label="Variables">
<cfdump var="#Server#" label="Server">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment