AdobeStock_455007340

Structures of Variables are Safer Than Lots of Individual Variables

Finding yourself working with lots of APPLICATION or SESSION variables? Instead of creating lots of individual variables within those scopes, consider creating structures and putting your variables within them. This will greatly reduce the risk of variable overwriting, and will help keep your code cleaner and more organized. (Applies to: ColdFusion 4 (or later))

Leave a Reply