First, I am using .net 3.5. I want to create an online chat system for my users. I have found some decent (open source) chat systems that I can use, but there are a couple features I want to add. I want the chat user to be able to see how many people are on their site and allow the chat user to select a user and begin to talk with them. The normal user may not always have an account on the site, so I can’t pin-point by my user database. I have seen other applications allow you to select from a list of online users and begin a chat session with them. I am thinking I can target by the session ID, but is there a more full proof way I can achieve this?
Share
You can try using HttpRequest.AnonymousID Property: