CFREGISTRY  
Description

This tag is deprecated for the UNIX platform.

Reads, writes, and deletes keys and values in the system registry. Provides persistent storage of client variables.

Note: For this tag to execute, it must be enabled in the ColdFusion MX Administrator. For more information, see Configuring and Administering ColdFusion MX.
 
Category

Other tags, Variable manipulation tags

 
Syntax

The tag syntax depends on the action attribute value. See the following sections:

  • cfregistry action = "getAll" on page 609
  • cfregistry action = "get" on page 611
  • cfregistry action = "set" on page 612
  • cfregistry action = "delete" on page 613
 
See also

cfcookie, cfparam, cfsavecontent, cfschedule, cfset; "About resource and sandbox security" in Chapter 16, "Securing Applications," and Chapter 15, "Using Persistent Data and Locking," in ColdFusion MX Developer's Guide

 
History

ColdFusion MX:

  • Deprecated this tag on the UNIX platform. It might not work, and might cause an error, in later releases.
  • Changed how persistent data is stored: ColdFusion now stores most persistent data outside the system registry, in XML files.