Link Search Menu Expand Document

HttpSession Class


A class that holds HTTP session information. Manages the connection with the WEB server.

This class supports http, https, and file protocols, and is implicitly generated and used at login and in the Form.Get method. It is also possible to use the HttpSession class and HttpRequest class directly for more advanced communication.

Biz / Browser maintains multiple objects of HttpSession class for each connection destination. Communication to the same destination reuses the already maintained HttpSession object.

The HttpSession object can be obtained with the static method GetSession or FindSession and the global function getHttpSession or findHttpSession.

Default properties and ValueType

The default property is Server. The ValueType specification is invalid.


Table of contents