|
|
How do I get the user's IP address or browser information |
|
|
Aaron Bertrand |
|
|
ASP / Objects & Framework |
|
|
Click to Visit |
|
|
107 |
|
In this ASP tutorial, how to retrieve an user's IP address is taught clearly with a simple program. And this tutorial analyzes the problems with this process when the IP address is protected by firewall and proxy settings. The users IP stored in the REMOTE_ADDR variable is not reliable and the author says the best form of IP identification is by using sessions and cookies.
|