Programming Reference Manual
 
Syntax
 
CloseSesssion
 
Description
Signals the webserver that, after finalizing the script and successfully transmitting the response, the session needs to be closed.
 
Note: this command is usefull for stateless REST//XML endpoints (no cookies, no session variables).
 
See Also
Example
 
Sub Main
Debug.Print DCount(“C:\*.*”)
End Sub