How can you kill a an application session scope before timeout in an application at the end of a transaction with ColdFusion code?

Answer:
Try:
<cfset structClear(session)>
First answer by ID2710922958. Last edit by Kevin Benore. Contributor trust: 1 [recommend contributor recommended]. Question popularity: 3 [recommend question].