Logout
Log out from the System.
- Section: Connection and Authorisation
- Related Message: LogoutReply
This message will close the application level session associated with the ClientId provided. Successful processing of this message will result in all the session clean up and resetting of internal state beign used by the Server for this connection. As such it will "free up" the slot associated with this connection for reuse by the next connection to the Server by this User.
Metadata
- Message Type: TransactionMessage
- Message Number: 6002
Inherited fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| MessageType | Integer (unsigned) | 2 | The unique identifier of this message. |
| ClientId | Integer (unsigned) | 4 | The unique identifier of a session with the server, returned in a successful LoginReply message. |
| RequestId | Integer (unsigned) | 4 | Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session. |