Login Response Message Fields
The Login Response message is sent by the server to a member's process in response to a Login Message. The status field is used to reflect an accepted login, or the reason the session was not accepted. If login fails, the connection will be dropped after the Login Response message is sent.
| Field | Offset | Length | Value/Type | Description |
|---|---|---|---|---|
| Length | 0 | 1 | Binary | Length of this message including this field. |
| Message Type | 1 | 1 | 0x02 | Login Response message |
| Status | 2 | 1 | Alphanumeric | Accepted or reason for reject |
| Total Length = 3 bytes | ||||
| Login Response - Status Codes | ||||
| A | Login Accepted | |||
| N | Not authorized (Invalid Username/Password) | |||
| B | Session in use | |||
| S | Invalid Session | |||
| Q | Next Sequence is ahead of sequence | |||





