Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 06-11-2012, 12:05 AM   #1
spinxwebdesign
Registered User
 
Join Date: Jun 2010
Posts: 269
Global.asa events

Global.asa is an optional file, which are stored in the root directory of the application. An application can contain only one global.asa file. Basically this file is related to application and session objects, it tells them what to perform when the application/session starts or end. The global.asa file has four types of events:

Application_OnStart: when an ASP page is requested first time, this event will execute.

Session_OnStart: every time a new user requests the first ASP page this event will occur.

Application_OnEnd: it occurs after the last user’s application ends. This procedure is used for cleaning the settings of the text files.

Session_OnEnd: it occurs every time when the user’s session ends.

Last edited by spinxwebdesign; 09-07-2012 at 05:18 AM..
spinxwebdesign is offline   Reply With Quote

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 06:23 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.