Logout

Log out from the System.

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

NameTypeSize (bytes)Description
MessageTypeInteger (unsigned)2The unique identifier of this message.
ClientIdInteger (unsigned)4The unique identifier of a session with the server, returned in a successful LoginReply message.
RequestIdInteger (unsigned)4Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session.