I am developing a web application using Vaadin 7 in which I need client windows username. What is the best possible way to get client windows username?
I have tried the following code System.getProperty("user.name") but it return server windows user name.