Terminate a session
- Last Updated: May 31, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Description
Terminate the HTTP session identified by the specified sessionID.
HTTP Operation
DELETE
URI
//host_name:port/oemanager/applications/App_name
/sessions?sessionID=value&terminateOpt={ 0 | 1 }
where a terminateOpt value of 0 causes a graceful
termination and a value of 1 causes a forced termination.
Media type
NA
Response codes
200 Success
500 Unexpected Server Error
Command-line example
|
ABL HTTP client example
|
Request body example
NA
Response body example
|