Question
ColdFusion 11 Throws Error Session Variable Undefined, When in fact it is Defined as shown by CFDump.
I've been having a particularly annoying error with ColdFusion 11, and unable to track down the source of this problem.
Basically There are a few variables defined in the session scope we check with isdefined a few lines above to make sure they are defined. Subsequent lines may or may not throw a #variablename# is undefined on random lines.
What can I do to fix this issue? Is this a known bug?
