Hari Venkatesan writes:

Is there a way to retrieve windows userid from the client side using
java or javascript?
Hari
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Hello Hari, i u r using realm and form based login this works 4 me:
String user = request.getUserPrincipal().getName();
hope this helps, david.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to