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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remote_user

Status
Not open for further replies.

LongHorn

Programmer
Jun 20, 2001
30
US
How do I get my CF app to read the system variable uid?
I want my CF app to read the system variable instead of making the user typing in the
login id and password.

Thanks,
 
You must set the security items in IIS (webserver)

You must user basic authentication or NT security instead
of anonymous access..

then you can read the #cgi.remote_user# variabele..

Succes

Jurriaan Balleur
jurriaan@e-dynamics.nl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top