2 Replies Latest reply on Dec 24, 2004 8:32 AM by starksm64

    Get current User

    wxwang

      I have got one question is how can I get current user?(who is authenticated or a guest and running this thread)

      In weblogic, we canuse weblogic.security.acl.Security.getCurrentUser();

      It returns "guest", if the user is unauthenticated.

      Thanks in Advance.