Terminate idle ABL sessions
- Last Updated: May 31, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Description
Terminate all idle ABL sessions associated with a specific agent.
Note: With the classic OpenEdge AppServer, you could trim idle sessions
periodically by terminating agents, since each agent is a session. However, with PAS
for OpenEdge and its multisession agent, trimming the agent could terminate both
active and idle sessisons. Therefore, you should use this REST API call to trim the
idle sessions for a specified agent.
HTTP Operation
DELETE
URI
//host_name:port/oemanager/applications/ABL_app_name
/agentid/sessions
Media type
Application/vnd.progress+json
Response codes
200 Success
500 Unexpected Server Error
Command-line example
|
ABL HTTP client example
|
Request body example
NA
Response body examples
Success
|
Failure
|