Vincent, Thanks again. That much I knew. Inside the authenticate method of the custom realm how can I gain access to the session? The only passed variables to the authenticate method are username and credentials, and I don't see the http request or the session any of the base classes.
-Jim -----Original Message----- From: Vincent Aumont [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 10:57 AM To: Tomcat Users List Subject: Re: Realm Authentication and Password Change session.setAttribute(). Don't forget to remove the attribute from the session when you're done, Actually, you should use a request attribute in this case. - Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
