Important: The information in this document is obsolete and should not be used for new development.
Opening and Closing ASP Sessions
This section describes how to open and close an ASP session from your workstation application or process. It includes
- the
ASPOpenSession
function that you use to open a session with a server- the
ASPCloseSession
function that you use to close a single session when you are finished using the connection- the
ASPCloseAll
function that you use to close all of the ASP sessions running on your node
Subtopics
- ASPOpenSession
- ASPCloseSession
- ASPCloseAll