How to use Global.asa?Global.asa (Windows 2000 only)
Global.asa files can contain only the following:
If you include script that is not enclosed by <SCRIPT> tags or that defines an object that does not have session or application scope, the server returns an error. The server ignores both tagged script that the application or session events do not use as well as any HTML in the file.
The scripts contained in the Global.asa file may be written in any supported scripting language. If multiple event or object scripts use the same scripting language, they can be combined inside a single set of <SCRIPT> tags.
Global.asa Example
SUB Application_OnEnd SUB Session_OnStart SUB Session_OnEnd
Global.asa Events
Application_OnStart The Application_OnStart event is executed the first time that an ASP page within an application is requested.
Session_OnStart This event is executed for each user when they first request a page within an application.
Session_OnEnd This event is called when a user's session ends. This could be cause by an explicit end (ie: session.abandon) or the session timeout being exceeded.
Application_OnEnd This event is called when the application ends. This could be cause by the application being inactive for a period of time or the web site being stopped. |
Search Customer Service
Contact Us New to TWCBC? |



