It's all about the answers!

Ask a question

[ETM] Disconnect session from REST API


Ramona Turcu (11) | asked Jun 24 '22, 9:43 a.m.

Hello! 

I have created a rest client for ETM/RQM and after some time we observed that the created sessions are blocked for days and this will create hangs on server side. 
The question is: it is possible to send a REST request in order to close the sessions created for my client? 

Thank you!  

One answer



permanent link
Ian Barnard (1.9k613) | answered Jun 27 '22, 3:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Jun 27 '22, 8:23 a.m.
* send a REST request in order to close the sessions ...?

No,

The session is initiated from your client by making a TCP connection and then logging in which will add cookies to the 'session' in your client - reverse this by breaking/dropping the persistent TCP connection in your client and deleting all saved cookies from the session in your client.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.