logout

Description

Ends the session and cancels the authentication cookie.

URL

Copy code
/LoadTest/rest/authentication-point/logout 

Remarks

Your application must get the logout resource before closing.

HTTP Method

GET: Returns the canceled LWSSO cookie (and QCSession cookie in versions earlier than 2020).

Request

Headers:

None

Cookies:

Version 2020 (or later)

LWSSO_COOKIE_KEY={LwssoCookie};

Versions earlier than 2020

LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};

Content-Type

None

Request Body:

None

Response

Headers:

None

Cookies:

Version 2020 (or later)

Set-Cookie: LWSSO_COOKIE_KEY=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/

Versions earlier than 2020

Set-Cookie: LWSSO_COOKIE_KEY=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/

Set-Cookie: QCSession=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/

HTML Return Code:

One of the HTTP Return Codes

HTML Body:

None

See Also

Authenticate