Re: keeping user logged in using j_security_check

2002-11-01 Thread Aniket B Sutaria
Hi Guru Please give details wheather you are using SSL or not. Aniket On Thu, 31 Oct 2002 Guru Mandavia wrote : Hi, I am using j_security_check to authenticate a user using Tomcat 4.1. = Every time a user closes the browser window, he is forced to re-login = even though he logged in just

Re: keeping user logged in using j_security_check

2002-10-31 Thread Craig R. McClanahan
On Thu, 31 Oct 2002, Guru Mandavia wrote: > Date: Thu, 31 Oct 2002 09:21:18 -0500 > From: Guru Mandavia <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: keeping user logged in using

RE: keeping user logged in using j_security_check

2002-10-31 Thread Cox, Charlie
m: Guru Mandavia [mailto:gmandavia@;smartbrief.com] > Sent: Thursday, October 31, 2002 10:41 AM > To: Tomcat Users List > Subject: Re: keeping user logged in using j_security_check > > > Ralph, > One more. Is there way to run the filter prior to > j_security? or are y

RE: keeping user logged in using j_security_check

2002-10-31 Thread Ralph Einfeldt
Message- > From: Guru Mandavia [mailto:gmandavia@;smartbrief.com] > Sent: Thursday, October 31, 2002 4:41 PM > To: Tomcat Users List > Subject: Re: keeping user logged in using j_security_check > > > Ralph, > One more. Is there way to run the filter prior to > j

Re: keeping user logged in using j_security_check

2002-10-31 Thread Guru Mandavia
t Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 9:52 AM Subject: RE: keeping user logged in using j_security_check There is no cookie, the browser deletes the session cookie when the browser is closed. So tomcat has no chance to assign the session to this request. The only

RE: keeping user logged in using j_security_check

2002-10-31 Thread Ralph Einfeldt
ookie, redirect to an url that contains the original session id from the cookie. > -Original Message- > From: Guru Mandavia [mailto:gmandavia@;smartbrief.com] > Sent: Thursday, October 31, 2002 3:21 PM > To: Tomcat Users List > Subject: Re: keeping user logged in using j_securi

Re: keeping user logged in using j_security_check

2002-10-31 Thread Guru Mandavia
;[EMAIL PROTECTED]> Sent: Thursday, October 31, 2002 4:18 AM Subject: RE: keeping user logged in using j_security_check That feature is caused by the livetime of the session cookie. That cookie is just valid for the current browser session. If you close the browser the cookies is deleted. If

RE: keeping user logged in using j_security_check

2002-10-31 Thread Ralph Einfeldt
nal Message- > From: Guru Mandavia [mailto:gmandavia@;smartbrief.com] > Sent: Wednesday, October 30, 2002 11:03 PM > To: [EMAIL PROTECTED] > Subject: keeping user logged in using j_security_check > Every time a user closes the browser window, he is forced to > re-login even thoug

keeping user logged in using j_security_check

2002-10-30 Thread Guru Mandavia
Hi, I am using j_security_check to authenticate a user using Tomcat 4.1. = Every time a user closes the browser window, he is forced to re-login = even though he logged in just a couple of minutes ago.=20 Is there a way to configure j_security_check to use an existing session = after the brows