Posted By:
Stephen_Yik
Posted On:
Saturday, October 18, 2003 10:49 AM
Hi, I am developing web application using ASP. I'm able to determine the username and domain of current login user by calling request.getAuthUser(). So that I do not need user to type in loginname and password again.
I wonder if Java can also do the same thing. I have tried to use similar function using request.getRemoteUser(). However, it only return null. Can anyone help me. Thanks!