--openmail-part-34ee5134-00000001
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
;Creation-Date="Tue, 14 Nov 2000 08:57:09 -0600"
Content-Transfer-Encoding: 8bit
Actually the global.asa is fired more than once. Its what is inside
that determines what is fired. For instance, For an object declared in
Session scope, each time a new user visits a page in the web
application, the event Session_OnStart is fired, and the Global.asa
function Session_OnStart is executed. The event Session_OnEnd fires when
a set number of minutes have expired from when the user last accessed a
page, or when the server calls the Abandon method. There are session
and application scopes in the global.asa file but they do get fired with
each user not just the first one.
Thanks,
Misty
Hi Jeff,
globals.asa is NOT the equivalent of application.cfm.
Application.cfm is prepended to EVERY .cfm request under a given
document
root. Globals.asa is ONLY EXECUTED WHEN THE APPLICATION STARTS (e.g. if
10
people come into your asp application, globals.asa will fire on the
first
visit but not the next nine).
Just wanted to warn you there. Hope this helps!
____________________________________________
Chris Chambers
MSN: webdood2000
AIM: ctc home
ICQ: 40311211
____________________________________________
-----Original Message-----
From: Jeffrey Marsh [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 13, 2000 8:32 PM
To: Fusebox
Subject: RE: Fused ASP
Does anybody have an ASP version of FormURL2Attributes.cfm? Or should I
use
the globals.asa file? It seems to me that the globals.asa is the ASP
equivalent of application.cfm. I'm beginning my attempt at converting a
small CF app. I am new to ASP so I'm struggling through many newbie RTFB
type questions. Thanks.
--
Jeffrey B. Marsh
Amateurs built the Ark.
Professionals built the Titanic.
------------------------------------------------------------------------
----
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
or
send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
the body.
------------------------------------------------------------------------
------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
--openmail-part-34ee5134-00000001--
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.