Can anyone tell me the best way to access the currently loggoned on user when needed in an application.

Is this the best way to go about it?

        HttpSession session = request.getSession()
        String LogonName = session.getAttribute("userName");

Thanks,
Jim



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to