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!

Hi In an intranet application (a

Status
Not open for further replies.

furtivevole

Technical User
Jun 21, 2001
84
GB
Hi

In an intranet application (asp/VBS), I want to be able to capture various details about the user. Request.ServerVariables("Remote_addr") always seems to return the correct IP address, but Request.ServerVariables("Logon_User") usually returns nothing. (When a string is returned however, it is correct.) The only way I can often get the Remote_addr is by refreshing the page, sometimes several times. (This is fairly, but not absolutely, consistent behaviour.)

Any ideas on the cause of this, or an elegant way of getting round it?

Thanks, Linnet
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top