6 Replies Latest reply on May 18, 2006 6:13 PM by ricardoarguello

    saving j_username as session/request parameter

    madalvi

      I am using Form-Based authentication with DatabaseServerLoginModule.
      After authentication I want to save the j_username in request/session parameter.(has some business logic that needs to use this j_username)

      Do I need to do similar to this?
      http://wiki.jboss.org/wiki/Wiki.jsp?page=CustomizingSecurityUsingValves
      If yes how to proceed with the same.

      I am using JBoss 3.2.5

      Thanks in advance.