<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>CFREGISTRY</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="Description">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">CFREGISTRY</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Description</span>
<p>
This tag is deprecated for the UNIX platform. 
</p>

<p>
Reads, writes, and deletes keys and values in the system registry. Provides persistent storage of client variables.
</p>
<table>
  <tr valign="top">
    <td width="30"><strong>Note: </strong></td>
    <td>For this tag to execute, it must be enabled in the ColdFusion MX Administrator. For more information, see Configuring and Administering ColdFusion&#160;MX.</td>
  </tr>
</table>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">Category</span>
<p>
Other tags, Variable manipulation tags
</p>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="syntax"><span class="title">Syntax</span>
<p>
The tag syntax depends on the action attribute value. See the following sections:
</p>
<ul>

<li>cfregistry action = &quot;getAll&quot; on&#160;page&#160;609</li>

<li>cfregistry action = &quot;get&quot; on&#160;page&#160;611</li>

<li>cfregistry action = &quot;set&quot; on&#160;page&#160;612</li>

<li>cfregistry action = &quot;delete&quot; on&#160;page&#160;613</li>
</ul>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">See also</span>
<p>
cfcookie, cfparam, cfsavecontent, cfschedule, cfset; "About resource and sandbox security" in Chapter&#160;16, "Securing Applications," and Chapter&#160;15, "Using Persistent Data and Locking," in ColdFusion MX Developer's Guide
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">History</span>
<p>
ColdFusion&#160;MX: 
</p>
<ul>

<li>Deprecated this tag on the UNIX platform. It might not work, and might cause an error, in later releases. </li>

<li>Changed how persistent data is stored: ColdFusion now stores most persistent data outside the system registry, in XML files.</li>
</ul>

         </td>
      </tr>
   </table>
   </div>

  </body>
</html>
