Posted on: 12/12/2013 9:13:53 PM | Views : 985

I need something that will uniquely identify a user logged onto my website. They have to logon with a user id and password, however more than one person can use the user id. I need something else that uniquely identifies the user. I have tried several things I have found when surfing the web but I am behind a fire wall and I guess a proxy server. What I have been able to come up with using the codebehind gives me the webserver name and the IP address for that web server. I need something like the IP address of the user that will help me distinguish at the very least the computer that the user was using when accessing my website.
I have tried:
       System.Net. Go to the complete details ...