<%@ LANGUAGE="VBSCRIPT" %> Document Title <%x=Session("session_var") if x <>"" then response.write "Global.asa was executed.
Session_var="&x else response.write "Global.asa was NOT executed.
Session_var="&x end if%>