Is it possible to get the IP address of a client in a web session?

  • Thread starter Thread starter David Beaven
  • Start date Start date
D

David Beaven

Is it possible to programmatically obtain the IP address of a visitor to a
aspnet web page.
Reason: We want to track users to prevent them from posting similar
information twice (or twenty times!). If they turn off cookies how else can
we track them? I appreciate that they might get a new IP from their ISp
everytime they start up but this method would allow us to detect someone
posting twenty times in an hour. Also I assume that most ISP's don't mask
end station IP addresses via their proxy?
Thanks
David
 
Back
Top