|
request.servervariables("REMOTE_USER")
request.servervariables("LOGON_USER")
request.servervariables("AUTH_USER")
These only work if you have an authentication filter installed on your Web server that maps incoming users to accounts.
__________________
~Ryan
|