Using Connect Enterprise Web Services |
|||
| Action reference > logout | |||
Breeze 4 and Breeze 5; Connect Enterprise Web Services 6
Ends a user's login session, invalidating the cookie value associated with the user's session.
After calling logout, set the BREEZESESSION cookie value to null. Do not reuse the cookie value after your user logs out.
http://server_name/api/xml?action=logout &session=BreezeSessionCookieValue
|
Name |
Type |
Required |
Description |
|---|---|---|---|
session
|
String |
N |
The value of the |
Results cannot be filtered or sorted.
<?xml version="1.0" encoding="utf-8" ?>
<results>
<status code=allowedValue />
</results>
|
Element |
Attribute |
Type |
Description |
|---|---|---|---|
|
|
Container |
All results the action returns. |
status
|
|
Empty, with attributes |
The status of the response. |
|
|
Allowed value |
A code indicating the response status (see status). |
http://example.com/api/xml?action=logout
<?xml version="1.0" encoding="utf-8" ?>
<results>
<status code="ok" />
</results>
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/breeze/6/xml_api/04a_ac15.htm