devxlogo

Make Variable Available to All Pages

Make Variable Available to All Pages

Question:
Can I use a global variable in VBScript and make it accessible from any Web page?

Answer:
There is no such thing as a global variable in Web pages. Each time you ask for a Web page, a new instance of the page is created. If you want a variable that is available to all pages, place the variable in a separate file and include it in all pages via a server-side include. If you want the value of a variable to be available to all pages, store the value in a Session variable or an Application variable. Look up help on the Session and Application object for more information.

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist