-
<cfapplication name="location2_test" sessionmanagement="false" clientmanagement="true">
-
<cfif StructKeyExists(url, "test") AND url.test IS 999>
-
Successfully redirected.
-
<cfdump var="#Session#" label="Session">
-
<cfdump var="#Client#" label="Client">
-
<cfdump var="#URL#" label="URL">
-
<cfelse>
-
<cf_location2 cflocationDebug="true" url="location2_test.cfm?test=999" addtoken="False">
-
</cfif>