Administer > System configuration parameters > System performance parameters > Startup parameter: dao_sessiontimeout

Startup parameter: dao_sessiontimeout

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

dao_sessiontimeout

Description

This parameter specifies the seconds Service Manager server to wait before terminating RESTful threads. Unless the client sends subsequent requests within the timeout, the Service Manager server will recycle the session for re-use and re-allocate it on demand.

If there is large divergence, we recommend that you connect several servlets with different thresholds.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

15 (seconds)

Note Change this default value to another proper value according to the Restful API call interval. For example, if the Restful API call interval is 30 seconds, set this value to a little bigger than 30.

Possible values

Number of seconds

Example usage

Command line: sm -httpPort:13080 -dao_sessiontimeout:20

Initialization file: dao_sessiontimeout:20

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

System performance parameters