<% ' Note: the line [Session("GlobalTestSessionVariable")="Testing 1 2 3"] ' was added to Global.asa in the Session_OnStart subroutine. ' ' Also, the line [Session.Timeout=10] was included to set the ' timeout period to 10 minutes for these session. %> Here is the value in the global test variable:

<% =Session("GlobalTestSessionVariable") %>