Re: Application sign-in

2006-01-27 Thread Luis Gervaso
gt; From: Luis Gervaso [mailto: [EMAIL PROTECTED] > > Sent: Friday, January 27, 2006 1:00 PM > > To: Tomcat Users List > > Subject: Re: Application sign-in > > > > I need to call database only whe user login with j_security_check > > > > It's is valid othe

Re: Application sign-in

2006-01-27 Thread Luis Gervaso
ND > > -Original Message- > From: Luis Gervaso [mailto:[EMAIL PROTECTED] > Sent: Friday, January 27, 2006 1:00 PM > To: Tomcat Users List > Subject: Re: Application sign-in > > I need to call database only whe user login with j_security_check > > It's is

RE: Application sign-in

2006-01-27 Thread Duan, Nick
: Application sign-in I need to call database only whe user login with j_security_check It's is valid other users have a session in the application but they are not authenticated (guest users) regards 2006/1/27, Duan, Nick <[EMAIL PROTECTED]>: > > One option is to create your own HttpSe

Re: Application sign-in

2006-01-27 Thread Luis Gervaso
Sent: Friday, January 27, 2006 11:36 AM > To: users@tomcat.apache.org > Subject: Application sign-in > > Hello, > > I need help about making this... > > when an user login using form-based authentication i need retrieve a > u

RE: Application sign-in

2006-01-27 Thread Duan, Nick
PROTECTED] Sent: Friday, January 27, 2006 11:36 AM To: users@tomcat.apache.org Subject: Application sign-in Hello, I need help about making this... when an user login using form-based authentication i need retrieve a user objet from database and store it in his httpsession regards

Application sign-in

2006-01-27 Thread Luis Gervaso
Hello, I need help about making this... when an user login using form-based authentication i need retrieve a user objet from database and store it in his httpsession regards