ConnectionListener question

If a socket connection error occurs (like losing the connection) and the connection listener is notified is the user that was logged in on that connection automatically logged out of the server? (I would guess the server would also have to detect the problem to accomplish this).

I am adding re-connect logic to my application and I am sort of wondering if I am going to run into an issue of getting conflicts when I try to log back into the server.