On Thu, 23 Aug 2001, Roland wrote:
> Date: Thu, 23 Aug 2001 20:01:30 -0300
> From: Roland <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Question working with security realms
>
> Hello,
> I have programmed an application that has a login.jsp page. Now I will add
> the additional security realm(using jdbc-realms). This means that the user
> will have to login twice! My question is, how can I pass information from
> the security-realm login to the jsp-login, so that the user doesnt have to
> login twice?
>
> Thanks..Roland
>
>
>
Using container managed security means you should *not* do your own
application-managed security -- it's an either/or thing. You should
design your app so that you use one or the other, but not both.
Craig