Fetching windows login id using JSP or JS

Hi,We have a requirement to fetch windows login id in JSP. Further details of this login id are stored in DB (supposed be retrived by business layer using hibernate). I could't find a way to do this. Please let me know if you have any ideas. Thanks in advanceNaidu
[293 byte] By [naidu_b_sa] at [2007-11-26 16:12:15]
# 1

u can try out the wid the link given below

http://www.jguru.com/faq/view.jsp?EID=1045412

to certain extent extracting NTLM login from request Autherization header is a gud bid however the method itself has its own loop holes as there are cases that it would not work well with POST method requests.

for better understanding try following few earlier posts

http://forum.java.sun.com/thread.jspa?threadID=349187&tstart=0

http://forum.java.sun.com/thread.jspa?forumID=51&threadID=618236

REGARDS,

RaHuL

RahulSharnaa at 2007-7-8 22:34:51 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...