July 31, 2002 12:00 AM EDT
ColdFusion offers developers several different scopes for variables, each
with specific characteristics and uses. Application variables are global,
shared by all users of an application. Server variables are similar, but if
your server hosts several applications, these variables ... (more)