How to kill sessions in ColdFusion

There are many ways to kill entire sessions in ColdFusion... this is my favorite:

<cfloop collection="#Session#" item="sessionVar">
   <cfset StructDelete(Session, sessionVar)>
</cfloop>

No comments yet.

(will not be published)
Leave this field empty: