Adobe ColdFusion 8

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 Administrator. For more information, see Configuring and Administering ColdFusion.

Category

Other tags, Variable manipulation tags

Syntax

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

See also

cfcookie, cfparam, cfsavecontent, cfschedule, cfset; "About resource and sandbox security" in "Securing Applications" and "Using Persistent Data and Locking"7 in the ColdFusion 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.