has any one come across a problem when reading from a socket that sockets information are interchanged. I have a web server and using sockets i get information from another server but it so happened that two users logged in at the same time and their information was interchanged; meaning user1 got some of user2 info and user2 got some of user1 info.
please anyone give me a hint on where to begin troubleshooting this scenario.
Once I had a problem similar to this but it was the sessionid that was generated as the same for both users and i fixed it by adding the user name to the sessionid.
Abraham Obando