Reference > REST Resources in this API > Sign-out |
The sign-out resource logs the user off the system.
GET sign-out to end the session.
Cancels the cookies returned by Sign-in:
/qcbin/api/authentication/sign-out
Copy Code
|
|
---|---|
**** Request ***
GET /qcbin/api/authentication/sign-out HTTP/1.1
Authorization: Basic 0123456789abcedf==
Host: myserver:8081
**** Response ***
HTTP/1.1 200 OK
Set-Cookie: LWSSO_COOKIE_KEY="";Version=1;Path=/;Expires=Thu, 01-Jan-1970 00:00:00 GMT;Max-Age=0
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache, max-age=0
Pragma: no-cache
Content-Length: 0
Server: Jetty(9.1.3.v20140225)
|