Re: [JBoss-user] Cacheing LoginContext objects

2001-07-05 Thread Scott M Stark
You have to login on every request. - Original Message - From: Andy Comley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 04, 2001 1:11 AM Subject: [JBoss-user] Cacheing LoginContext objects I have all the JAAS security working within a J2EE application with both a web

[JBoss-user] Cacheing LoginContext objects

2001-07-04 Thread Andy Comley
I have all the JAAS security working within a J2EE application with both a web component and a ejb component. In order to authenticate a user to the application, I have a login JSP where the user enters the login name and password. In the web application, this information is then used to create a

Re: [JBoss-user] Cacheing LoginContext objects

2001-07-04 Thread Konstantin Priblouda
--- Andy Comley [EMAIL PROTECTED] wrote: I have all the JAAS security working within a J2EE application with both a web component and a ejb component. In order to authenticate a user to the application, I have a login JSP where the user enters the login name and password. In the web