Skip to content
Lodle edited this page May 13, 2014 · 4 revisions

Table of Contents

Logout

The logout request is used to cleanup and remove the users session.

Input

URL

 * http://api.desura.com/1/memberlogout

Process

 1. When the logout API is called, all session cookies will be removed, and their session is deleted from the database:
   * freeman: encrypted user ID
   * sepiroth: md5 hashed password
   * masterchief: session ID
 1. Also 0 (ok) will be returned.

Output

0: Ok

<?xml version="1.0" encoding="utf-8"?> 
<memberlogout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="DesuraNET">
	<status code="0"/>
</memberlogout>