PDA

Click to See Complete Forum and Search --> : Request.ServerVariables(


Mark Sreeves
Nov 8th, 2000, 08:28 AM
Request.ServerVariables("REMOTE_ADDR")

this is supposed to capture thr IP address of the user but it doesn't seem to work.

I have a page http://www6.ewebcity.com/coolsite/cat which logs the IP address to a Database whenever any views it but it always seems to be the same IP address whether I view it from work or home (which is in no way connected)



http://www6.ewebcity.com/coolsite/cat/listcat.asp lists the addresses

what's wrong?