User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:devel:corebosws:manual:session [2020/11/03 11:17]
joebordes
en:devel:corebosws:manual:session [2020/11/03 11:17] (current)
joebordes
Line 11: Line 11:
  
 ^Method:​|logout| ^Method:​|logout|
-^Purpose:​|The logout service eliminates the session information,​ invalidating any further +^Purpose:​|The logout service eliminates the session information,​ invalidating any further operations with that session ID. For security reasons this method should be called when the user of the external application finishes his tasks. He should have an option to close the application.|
-operations with that session ID. For security reasons this method should be called when the user of the external application finishes his tasks. He should have an option to close the application.|+
 ^Profile:​|logout(sessionId:​string):​Map| ^Profile:​|logout(sessionId:​string):​Map|
 ^Send as:|POST| ^Send as:|POST|