URGENT..how to get ip address or computer name of user making a JSP request
843833Aug 23 2001 — edited Aug 23 2001Hi,
How do i in my jsp, get the user ip address or any other kind of identification via JSP..
issit something like this...
<%
request.getRemoteUser() ;
%>
this jsp will be accessed when the remote user clicks a link from a normal web page...