Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting vistor IP in JSP
02-14-2008, 09:25 PM
Post: #1
Getting vistor IP in JSP
How can I get the vistor's IP or hostname from my JSP.
Find all posts by this user
Quote this message in a reply
02-15-2008, 03:02 PM
Post: #2
RE: Getting vistor IP in JSP
You can use request.getRemoteAddr() method to get the visitor IP and for hostname use request.getRemoteHost()
Visit this user's website Find all posts by this user
Quote this message in a reply
09-15-2009, 03:25 PM
Post: #3
Wink RE: Getting vistor IP in JSP
use request.getRemoteAddr() method to get the visitor IP
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: