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:
- Open the Bindings panel (Window > Bindings).
- Click the Plus (+) button and select the server variable from the pop-up menu.
- Enter the name of the variable.
For more information on possible name entries, click the Help button.
- 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