Skip to content

Commit b582001

Browse files
authored
Add files via upload
Use a DF20 global.asa
1 parent 7df4303 commit b582001

File tree

1 file changed

+26
-34
lines changed

1 file changed

+26
-34
lines changed

AppHtml/global.asa

Lines changed: 26 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,26 @@
1-
<OBJECT RUNAT=Server SCOPE=Session ID=WebAppServerSession PROGID="WebAppServer.Session.18.0">
2-
</OBJECT>
3-
4-
<OBJECT RUNAT=Server SCOPE=Session ID=oSessionManager PROGID="WebAppServer.WebBusinessProcess.18.0">
5-
</OBJECT>
6-
7-
<OBJECT RUNAT=Server SCOPE=Session ID=oWebResourceManager PROGID="WebAppServer.WebBusinessProcess.18.0">
8-
</OBJECT>
9-
10-
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
11-
SUB Session_OnStart
12-
WebAppServerSession.Initialize("WebQuery18-0")
13-
oSessionManager.Name="oSessionManager"
14-
oWebResourceManager.Name="oWebResourceManager"
15-
Session.Timeout=1
16-
17-
END SUB
18-
</SCRIPT>
19-
20-
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
21-
SUB Application_OnStart
22-
END SUB
23-
</SCRIPT>
24-
25-
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
26-
SUB Application_OnEnd
27-
END SUB
28-
</SCRIPT>
29-
30-
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
31-
SUB Session_OnEnd
32-
END SUB
33-
</SCRIPT>
34-
1+
<OBJECT RUNAT=Server SCOPE=Session ID=WebAppServerSession PROGID="WebAppServer.Session.20.0">
2+
</OBJECT>
3+
4+
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
5+
SUB Session_OnStart
6+
WebAppServerSession.Initialize("WebQuery20-0")
7+
Session.Timeout=1
8+
9+
END SUB
10+
</SCRIPT>
11+
12+
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
13+
SUB Application_OnStart
14+
END SUB
15+
</SCRIPT>
16+
17+
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
18+
SUB Application_OnEnd
19+
END SUB
20+
</SCRIPT>
21+
22+
<SCRIPT LANGUAGE=VBScript RUNAT=Server>
23+
SUB Session_OnEnd
24+
END SUB
25+
</SCRIPT>
26+

0 commit comments

Comments
 (0)