Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting user info

Status
Not open for further replies.

evergreean43

Technical User
May 25, 2006
165
US
cgi.auth_user will give the username and domain.

What is the command to tell what LAN a user is coming from and show it on my web page??

Or is that what the cgi.auth_user does?
 
probably cgi.referer

but it only works if they actually come from a site, nor from book marks or manual entry

anything besides that pretty much comes from the server logs
 
Thanks,

Using #cgi.http_referer# shows the url the person came from and I assume I would have to parse that info to get the domain which would be the same as the LAN I assume?
 
LAN = local area network...

Do you want an IP (IP=Internet Protocol) address? xxx.xxx.xxx.xxx?

Try <cfdump var="#cgi#"> and see if what you are looking for is there...







Kevin

Phase 1: Read the CFML Reference
Phase 2: ???
Phase 3: Profit!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top