home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / ins.cab / global.asa < prev    next >
Text File  |  1997-10-12  |  214b  |  10 lines

  1. <SCRIPT LANGUAGE=VBScript RUNAT=Server> 
  2. Sub Session_OnStart
  3.  
  4.   Session.Timeout = 1399
  5.   Session("svr") = Request.ServerVariables("SERVER_NAME") 
  6.   Session("ServiceInstance") = "1"
  7.     
  8. End Sub
  9. </SCRIPT> 
  10.