Terminate idle Session Manager Sessions
The idleSessionTimeout determines how long a client SessionManager session can be inactive before that session is automatically shut down.
Access SessionManager sessions are listed on OpenEdge Explorer (OEE) or OpenEdge Management (OEM) "Client sessions" page.
This setting affects ABL Sessions differently on the MS-Agents ("Agent sessions" page in OEE/OEM).
Requires idleResourceTimeout to be greater than 0 for the idleSessionTimeout property to be enabled.
The idleSessionTimeout property works independently from the idleResourceTimeout propertly if the APSV transport is configured to use HTTP sessions (useHTTPSessions=1 in openedge.properties).
If a client terminates abnormally, then these sessions will be cleaned up when the Idle Session Timeout is triggered.