Forum Moderators: open
thanks
Jeff
According to this article from InformIT [informit.com]:
Static pages on a site do not use sessions because they are not part of your application...
Thus, your global.asa only gets called once the user hits an ASP page. If it's possible to make your HTML files ASP files in name, and with a simple page declaration at the top, that should solve your worries.
..And welcome to Webmaster World [webmasterworld.com]! Hope that helps.