UDP Api questions
Posted: Fri May 12, 2006 4:25 pm
I've just got a few questions about some API responses i've recvieved before..
firstly, after logging in with good credentials every thing is fine. After attempting to login again with some bad credentials, the server returns a sucessful login with the session from the previouse login.
I'm assuming that the server will not discard the good session for the bad one here.. And is there anything like a 4xx ALREADY_LOGGED_IN return code?
and also, What is the difference beween
and
If attempting to log in and getting a 503, does it mean my login failed AND there is a new version? (like the 201 code)
Thanks for any insight into this..
oo22
firstly, after logging in with good credentials every thing is fine. After attempting to login again with some bad credentials, the server returns a sucessful login with the session from the previouse login.
I'm assuming that the server will not discard the good session for the bad one here.. And is there anything like a 4xx ALREADY_LOGGED_IN return code?
and also, What is the difference beween
Code: Select all
CLIENT_VERSION_OUTDATED 503
Code: Select all
LOGIN_ACCEPTED_NEW_VER 201
Thanks for any insight into this..
oo22