Top
NetCOBOL V11.0 ISAPI Subroutines User's Guide
FUJITSU Software

3.11.5 COBW3_ALTER_SESSION_TIMEOUT

This subroutine changes the timeout period (s) of the current session.

Note: Call this subroutine while a session is open. If this subroutine is called before a session is started or after a session is terminated, the timeout period of the session cannot be changed.

How to write

CALL "COBW3_ALTER_SESSION_TIMEOUT" USING COBW3.

Data setting for calling

COBW3-SESSION-TIMEOUT

Specify the timeout period (s) of a session. The measurement of the timeout period is the maximum wait time between the instant when "COBW3_FREE" is called and the instant when "COBW3_INIT" is called in the next thread within the same session.

Value

Meaning

1 to 999999

The timeout processing is performed when the specified time interval (s) passes.

Processing result data

None