Request.ServreVariables("LOGON_USER")
To retrieve the NT logon id from IIS and using ASP, Request.ServreVariables("LOGON_USER")
can be used.
How do I do this with JSP or Java servlets?
Thanks
[175 byte] By [
Bill] at [2007-11-9 23:51:32]

# 1 Re: Request.ServreVariables("LOGON_USER")
request.getRemoteUser() which hangs off of HttpServletRequest
"Bill" <bli@tadi.com> wrote:
>
>To retrieve the NT logon id from IIS and using ASP, Request.ServreVariables("LOGON_USER")
>can be used.
>
>How do I do this with JSP or Java servlets?
>
>Thanks