|
I think you can use the HttpServletRequest method
getRemoteAddr() which is inherited from the ServletRequest
interface.
<% request.getRemoteAddr() %>
I don�t know if it will work in the JSP pages
because I�ve only tried it in a servlet.
The most information related to requests and
responses, from and to the client, is in the javax.servlet package.
Regards,
Sergio
|
- How to get sessionID in JSP Dipesh
- Re: How to get sessionID in JSP Sergio
- Re: How to get sessionID in JSP Dipesh
- Re: How to get sessionID in JSP Sergio
- Re: How to get sessionID in JSP Nic Ferrier
