Dreamweaver

Define application variables for ASP and ColdFusion

In ASP and ColdFusion, you can use application variables to store and display information that is maintained for the lifetime of the application and persists from user to user. After you define the application variable, you can use its value in a page.

Note: There are no application variable objects in JSP or PHP.
  1. Open a dynamic document type in the Document window.
  2. Select Window > Bindings to display the Bindings panel.
  3. Click the Plus (+) button, and select Application Variable from the pop‑up menu.
  4. Enter the name of the variable as defined in the application’s source code, and click OK.

    The application variable appears in the Bindings panel under the Application icon.

    Application variable appears in the Bindings panel