Imported from previous forum
Hi guys,
Just wanted to quickly find out what most of you have done in the following scenario:
- Client sends Logon
- While server is processing the logon, client sends orders and other business messages
- Server rejects using Business Reject messages indicating that the client has NOT logged in yet
How have you guys handled point 3? Any comments?
Thanks,
Heshan.
If server still processing the login and haven’t repond with a login msg yet (i.e. session is not officially establish), server normally send out a session level reject to any msg (including NewOrder) as business level msg (in this case, order) normally should not be sent until session is established successfully.
Hi guys,
Just wanted to quickly find out what most of you have done in the following scenario:
- Client sends Logon
- While server is processing the logon, client sends orders and other business messages
- Server rejects using Business Reject messages indicating that the client has NOT logged in yet
How have you guys handled point 3? Any comments?
Thanks,
Heshan.