Use of SetVariable in CFSET
Use the equals operator in the CFSET tag instead for a speed and readibiliity increase.
Type:
performance
Severity: (4)
Incorrect example
<cfset SetVariable("a", 8)>
Resolution
Explanation
The
SetVariable function should only be used within the
cfscript tag.