|
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.
|
|||
|
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()
|
|||
|
09-15-2009, 03:25 PM
Post: #3
|
|||
|
|||
|
use request.getRemoteAddr() method to get the visitor IP
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)





