[Quickfix-developers] Can't login after calling logout
Brought to you by:
orenmnero
|
From: Anshu N. <ans...@ya...> - 2006-09-06 22:42:18
|
Here is the scenarion
Client ( Initiator ) logs in . When we get the
message in cracker we find password is incorrect so we
call session.logout("Password Incorrect") .
Client receives logout which is fine .
Clients tries to login again It sends logon message,
receieves logon response, but right after that
quickfix acceptor initiates logout message
and client disconnects. The problem continues until
acceptor application is not restarted .
We tried to add Session.lookupSession( sessionID
).logon(); so as to call it each time logon message is
received but this approach doesn't work .
Issue is we don't get a logout out message when we
try to login using incorrect password .
Does anyone have an idea of what might be the reason
of the problem ? We are using QuickfixJ ( 1.0.1 ) .
Thanks in advance
Regards,
Anshu Narang.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|