There are many ways to kill entire sessions in ColdFusion... this is my favorite:
<cfloop collection="#Session#" item="sessionVar">
<cfset StructDelete(Session, sessionVar)>
</cfloop>
Posted by David in ColdFusion on September 8, 2005
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.
Powered by Mango Blog | Original design by digitalnature ported by Don Bellamy
© Copyright 2012 DCFusion.com | Entries (RSS) ^
Recent Comments