Re: Global.ASA File Useage
They'll be set to nothing once the session is over. But the Application variables stay for the lifetime of the application (or until the server is reset or rebooted).
Re: Global.ASA File Useage
Cheers mend,
So any code will be initiated upon the start of the session or application such as objects and such code.
Ok another question is, if I use the application object, is it instantiated automotaically upon a session start, or is there a specific execute command that i am to use. Never used a global file as never needed it, but this particular project has grown in size to such that I do need one, and the best way is the application object.
Have all the info on this, but jsut need a bith of a mop up session to clarify.
Cheers mate
kai
Re: Global.ASA File Useage
Application variables are instantiated the very first time that the application is accessed. You upload your site to the live web server, a visitor from Russia visits it. The application variable has now been initialized and is available to all visitors after that regardless. That's why it's called the application variable, it's lifespan is the lifespan of the application itself.