Situatuation is - a user logs. On server program i'm maintaining collection of all current users. Now if same username logs in again from diff IP, i want to show the message to previous one and then to disconnect it. But at no cost its sending the message to prev one. Message is going to new one.

Thanks