Accessibility
 
Home / Products / UltraDev / Support / Adding Dynamic Content
Dreamweaver UltraDev Icon Macromedia Dreamweaver UltraDev Support Center - Customizing Dreamweaver UltraDev
Removing session variables from the page's display

When developing and debugging your Web application, you can display session variables on your pages to keep track of the values stored in these variables, then remove them from the display when you're ready to deploy the application.

To remove the session variable from the page's display:

1 In UltraDev, open the Server Behaviors panel by choosing Window > Server Behaviors.
2 Select the session variable from the list and click the minus (-) button.
In the following illustration, the session variable called exchange is about to be removed from the page's display.

The session variable is removed from the page's display only. The code creating the variable is unaffected, as are any instances of the variable in the page's logic.

To Table of Contents Back to Previous document