or if you only want to kill specific session variables:
<cflock timeout=20 scope="Session" type="Exclusive">
<cfset StructDelete(Session, "yourvariablename")>
</cflock>
I think it's pretty much outdated now but i use the following cf_fakeurl custom tag: I tend to call it in application.cfm:
<!---
<CF_FakeURL>
Creates URL parameters from values passed as part of the path (as opposed to in the query_string). This technique helps ensure that search engines and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.