furtivevole
Technical User
Hi
In an intranet application (asp/VBS), I want to be able to capture various details about the user. Request.ServerVariables("Remote_addr" always returns the correct IP address, but Request.ServerVariables("Logon_User" used in the same way 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
In an intranet application (asp/VBS), I want to be able to capture various details about the user. Request.ServerVariables("Remote_addr" always returns the correct IP address, but Request.ServerVariables("Logon_User" used in the same way 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