Defining ColdFusion server variables

Defining ColdFusion server variables

You can define the following ColdFusion server variables as sources of dynamic content: client, cookie, CGI, server, and local variables. To learn more about these server variables, see ASP server variables.

To define a server variable for a ColdFusion page:

  1. Open the Bindings panel (Window > Bindings).
  2. Click the Plus (+) button and select the server variable from the pop-up menu.
  3. Enter the name of the variable.

    For more information on possible name entries, click the Help button.

  4. Click OK.

    The ColdFusion server variable appears in the Bindings panel.

Related topics:

  • Defining URL parameters
  • Defining session variables
  • Defining application variables for ASP and ColdFusion
  • Adding Dynamic Content to Web Pages


Getting Started with Dreamweaver
Dreamweaver Basics
Working with Dreamweaver Sites
Laying Out Pages
Adding Content to Pages
Working with Page Code
Preparing to Build Dynamic Sites
Making Pages Dynamic
Defining Sources of Dynamic Content
Developing Applications Rapidly