110 : <!--- <comment date="1/5/2007" author="basil.eltom"> delete the key, doesn't matter if its there or not </comment> --->
111 : <cfif len(getSessionVarName())>
112 : <cfif structKeyExists(Session[getSessionVarName()], arguments.VarName)>
113 : <cfset StructDelete(Session[getSessionVarName()], arguments.VarName)>
114 : </cfif>
|