Jolt 1.2 Developer's Guide

The page tellerForm.asp contains VBScript procedures required to initialize the Jolt Session Pool
Manager. The initialization code is contained in an ASP Script block. This code tells the web
server to execute this block of code on the server, instead of sending it to the client.
<%
`// Initialize the sessionmanager and cache templates
Call web_initSessionMgr(Null)
Call web_cacheTemplates()
%>
The VBScript procedure web_initSessionMgr() calls other VBScript procedures to establish a
pool of Jolt Sessions. A Jolt Session is established between the Jolt Asp Connectivity for
NonStop
TM
TUXEDO in the Web Server and the Jolt Servers that reside in your NonStop
TM