Hi Charles, Form based authorization just lets you use your own HTML page to login rather than the browser provided standard login. That lets you create a nice looking. more informative login for the user.
Here's a good article from OnJava.com about it. http://www.onjava.com/pub/a/onjava/2001/08/06/webform.html Rick ----- Original Message ----- > Eddie: > > Thanks for the reply. Yes, I am using BASIC authentication. You > mention FORM-based authorization, and it sounded to me as if you were > speaking of another version of container-managed authentication; > however, I'm not familiar with it. Can you point me in the right > direction, and I'll do the research? > > Also in passing, I should mention that one of the reasons I switched to > container-managed authentication is that I anticipate my app having to > run inside a client's portal, and I anticipate that I'll have to avoid a > 2nd login; in other words, their users will login to the portal, and I > won't have the option of requiring them to login again to my app. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

