home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / ims.cab / global.asa < prev    next >
Text File  |  1997-10-12  |  286b  |  12 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.   svr = Session("svr")
  8.   Session("dpath") = "IIS://" & svr & "/SmtpSvc"
  9.   
  10. End Sub
  11. </SCRIPT> 
  12.