Previous page

Next page

Locate page in Contents

Print this page

logout

Summary:

Terminates the specified user session.

Request specification:

Name

Min/Max

Type

Description

logout

 

 

 

{

 

 

 

session_id

1..1

string

Session ID.

}

 

 

 

Returns:

OK/Error

Description:

If the session has pending requests, the requests will be canceled. If you have custom data in the session storage, the data will be discarded.

Example:

Input

<packet version="4.0.0">

<target>sessionm</target>

<data>

<sessionm>

<logout>

<session_id>vzl.40000.c60e1c63-cf1f-467a-ad68-e9261ac3c22d.10c44685c8btbb3</session_id>

</logout>

</sessionm>

</data>

</packet>

Ouput

<packet id="dc446862b1t41bb" version="4.0.0">

<origin>sessionm</origin>

<session>vzl.30100.c60e1c63-cf1f-467a-ad68-e9261ac3c22d.ec44685c83t26e9</session>

<data>

<sessionm>

<ok/>

</sessionm>

</data>

</packet>

Please send us your feedback on this help page