Hi,
in common.asp (7.7) there is a paragraph where you can enable or disable application variables:
------------------------------
if you are using free web hosting or
'are on a server where you share your application oject with others then you will need to set this to false
blnUseApplicationVariables = true
-------------------------------
If I have an account with a shared hosting this mean I share the application object with other sites on that server or every web server has its own application object
Thank you.