Global.asa is a file that contains information that is global to a specific ASP application. This file is read and its application and session variables are initialized before the first ASP page in a given ASP application is read. Global.asa enables the developer to specify event procedures and declare objects that have session or application scope.
See also:
Using the global.asa File in "Chapter 4: Building a Chili!Soft ASP Application"
Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.