I have a JSP page where I need to fetch the current username logged into client machine.
Is there any way to get the windows username (client) by Java or javascript?
I found some article on the same topic but unfortunately none of them works in my case.
Any suggestion?