Accessibility
 
Home > Products > UltraDev > Support > Defining Dynamic Content
Dreamweaver UltraDev Icon Macromedia Dreamweaver UltraDev Support Center - Defining Dynamic Content
About session variables

Session variables are used to store information and make it available to all the pages in the application for the duration of the user's visit. The server creates a different session for each user and maintains it for a set period of time or until the session is explicitly terminated.

For more information, see Using session variables in your web applications and Displaying session variables in UltraDev.

Note: In Macromedia ColdFusion, you must first enable session variables by setting SESSIONMANAGEMENT="Yes" in the CFAPPLICATION tag in your Application.cfm file, as follows: <CFAPPLICATION NAME="MyApp" SESSIONMANAGEMENT="Yes">.

To Table of Contents Forward to next document