secondreckoned
Technical User
Hi, is there a way to aquire the NT Logon ID of someone visiting a website on an intranet? I'd appreciate any feedback on if possible, or how to aquire it. Thank you in advance.
MF
MF
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
sLogon = Request.ServerVariables("LOGON_USER")
Response.Write sLogon