PDA

View Full Version : server responds with 4 loginResponses on login



jeroendn
12-15-2005, 05:29 PM
Hi guyz,

After a loginrequest from client, the server responds 4 times.
However , this is not happening when I run the server locally

This is the debug output.
Any clues?

-----out going----
<XmlDoc><Action>Login</Action><Name>jantje</Name></Password></Parameters></XmlDoc>
-----incomming----
<XmlDoc><Action>LoginResponse</Action><Result>Accepted</Result><Variables /></Parameters></XmlDoc>
loggedIn : success: true error: undefined
-----incomming----
<XmlDoc><Action>LoginResponse</Action><Result>Accepted</Result><Variables /></Parameters></XmlDoc>
loggedIn : success: true error: undefined
-----incomming----
<XmlDoc><Action>LoginResponse</Action><Result>Accepted</Result><Variables /></Parameters></XmlDoc>
loggedIn : success: true error: undefined
-----incomming----
<XmlDoc><Action>LoginResponse</Action><Result>Accepted</Result><Variables /></Parameters></XmlDoc>
loggedIn : success: true error: undefined

jeroendn
12-15-2005, 10:45 PM
Hmm,
after killing and restarting the server , everything works fine!
Does the above bug rings bells?

greetz, jeroen

webgeek
01-30-2006, 06:57 AM
No, I've never heard of that bug before. Have you seen it again? Thanks!