Created
April 2, 2015 21:46
-
-
Save nimdasys/d0a25c0b09be855c2918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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