Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how can i get user information ?

  Asked By: Jada    Date: Jul 21    Category: Java    Views: 781
  

please i need help in my website (i'm useing java (servlet and jsp)) to get full
user inormation like user IP(i'm already get this tip
(request.getRemoteAddr();)) and what kind of user connection with
internet(dialup or DSL) and if dialup what is company name he use(company name
or company phone number) ....ect

I know this is too much but i'm realy need all of these information

if there are any methods in java do what i wont please tell me and if not please
tell me too


Share: 

 

1 Answer Found

 
Answer #1    Answered By: Barak Levi     Answered On: Jul 21

The best solution would be to get the information  from the log files.
Another tool available in open source is AWStats. This would probably serve your
purpose as to get the information of the client browser,OS etc.
You can get more info on AWStats at http://awstats.sourceforge.net/

 
Didn't find what you were looking for? Find more on how can i get user information ? Or get search suggestion and latest updates.




Tagged: