1. <cfapplication name="location2_test" sessionmanagement="false" clientmanagement="true">
  2. <cfif StructKeyExists(url, "test") AND url.test IS 999>
  3. Successfully redirected.
  4. <cfdump var="#Session#" label="Session">
  5. <cfdump var="#Client#" label="Client">
  6. <cfdump var="#URL#" label="URL">
  7. <cfelse>
  8. <cf_location2 cflocationDebug="true" url="location2_test.cfm?test=999" addtoken="False">
  9. </cfif>