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 Cookie
2020 or later

LWSSO_COOKIE_KEY={LwssoCookie};

Earlier than 2020

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

Content-Type

None

Request body:

None

Request example:

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

Response

Headers:

None

Cookies:

Version Cookie
2020 or later

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

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: