how to clear URL.whatever ?
I have a page which does this
<cfif isdefinted ("URL.addMerch")>
do something
</cfif>
I want to then clear this URL.addMerch, so if the user clicks refresh, the above condition won't be true
How do I do it ? eg.
<cfset "URL.addMerch" = false>