On Thu, Jan 16, 2003 at 05:11:06PM +0100, linqs wrote: > Hi > Is there any possibility to find out which web browser a client uses?
Um, try looking in your AOLserver access log. You'll find lines like this: 140.186.149.81 - - [16/Jan/2003:07:29:34 -0500] "POST /register/user-login HTTP/1.1" 302 322 "https://www.mysite.com/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830" "user_id 0" 165.254.130.167 - - [16/Jan/2003:09:26:22 -0500] "POST /register/user-login HTTP/1.1" 302 318 "https://www.mysite.com" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; T312461; Q312461)" "user_id 0" -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com
