|
hi,
well doing this in servlets is quite
simple as well, a look at the api docs often provides all information you need.
in this case the docs for javax.servlet.http.HttpServletRequest is a real good
source of information:
- ip adress:
req.getRemoteAddr()
- reffering link :
req.getRequestURL() (not quite sure abt this one :)
- time/date :
req.getDateHeader(String name)
-...
good luck!
-mw
|
Title: tracking in Servlets!!!Help
- tracking in Servlets!!!Help Rizwan Ahmed
- Re: tracking in Servlets!!!Help Michael Weller
- Re: tracking in Servlets!!!Help Rizwan Ahmed
- Re: tracking in Servlets!!!Help Michael Weller
- Re: tracking in Servlets!!!Help Rizwan Ahmed
