show / hide menu

Session Variables

Variables stored in a Session variable hold information about one single user, and are available to all forms in one application. Common information stored in session variables are name, id, and preferences. The application creates a new Session variable for each new user, and destroys the Session object when the session expires.

The link to manage Session Variables is available in the left navigation as shown in the image below.