Skip to main content
Participant
June 20, 2007
Question

Getting User information through ColdFusion

  • June 20, 2007
  • 1 reply
  • 262 views
Hey All,
I am currently writting a script to include into my application that allows me to collect stats from users like thier ScreenDepth, Browser and the like. (well actually that is all i have at the moment is Http_USer Agent, IP address and Screen information).

I'm curious if there is anyone out there or an OPEN Source (Meaning non-encrypted, preferably free) Code out there for collecting the user's Operating System (other than JavaScript), and other stats.

Any help would be great!
    This topic has been closed for replies.

    1 reply

    Inspiring
    June 20, 2007
    Have you checked the CGI scope to see if the information you need is present there?

    <cfdump var="#CGI#">

    I believe HTTP_User_AGent will also contain the user's operating system.