4. Designing and Writing OpenROAD Server Applications : OpenROAD Parameter Data COM Object : COM (Non-OpenROAD) Client ASO Session Object : i_client_type Property
 
Share this page                  
i_client_type Property
This property is relevant when the server application is configured in Visual OSA to use ASOLib. Its value is defaulted when the ASOSession object is created but it can be changed before issuing a Connect or AttachRSO method.
The property value is used for identification when monitoring persistent context sessions using Visual OSA. It specifies what the client program type is, and it determines the session dormant timeout period. Valid values are:
1
Used when the client is an Active Server Page webserver
5
Used when the client is a Jasmine ii server
3
Used for other COM clients
Default: 3—OTHER COM
Most client types have an associated session dormant timeout value. These can be overridden by changing the associated global constant time value in the OpenROAD Server 4GL application. Default session timeout values for the previous client types are:
Active Server Page
Determined by 4GL global constant GC_V_ASP_DORMANT_LIMIT
Default value: 30 minutes
Jasmine ii
Determined by catch-all 4GL global constant GC_V_STOB_DORMANT_LIMIT
Default value: 24 hours
OTHER COM (default client type)
Determined by 4GL global constant GC_V_OTHERCOM_DORMANT_LIMIT
Default value: 30 minutes
Data Type: readwrite LONG