I have two different webapps in one page in different frames.
In each of the WEB-INF/web.xml there is the same login-config configuration 
like this:
....
  <login-config>
     <auth-method>BASIC</auth-method>
     <realm-name>My Account</realm-name>
    <security-role>
      <role-name>users</role-name>
    </security-role>
  </login-config>
....


But with this configuration there are two authentication dialogs for each of 
the frames. In both the same user/password combination has to be entered.

I it possible to have only one authentication dialogs for both applications ?

Rainer

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

Reply via email to