Whatever message this page gives is out now! Go check it out!
URLSessionFormat(request_URL) |
Parameter | Description |
request_URL | URL of a ColdFusion page |
myactionpage.cfm;jsessionid=xxxx (a semicolon is used instead of a question mark) |
myactionpage.cfm?CFID=xxxx&CFTOKEN=xxxxxxxx |
<cfform
method="Post"
action="#URLSessionFormat("MyActionPage.cfm")#">
</cfform>