Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-18 Thread Mark Thomas
On 18/03/2010 04:26, Goo Sam Kong wrote: Hi Mark, Will apache.org correct the Tomcat documentation or fix the code? The docs are correct. This is already fixed in Tomcat 7 and has been proposed for Tomcat 6. Mark - To un

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Goo Sam Kong
Hi Mark, Will apache.org correct the Tomcat documentation or fix the code? Thank you. On 18 March 2010 11:16, Caldarale, Charles R wrote: >> From: Goo Sam Kong [mailto:skgo...@gmail.com] >> Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 >> >> OIC, so whe

RE: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Caldarale, Charles R
> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Subject: RE: How to set SSL session timeout in Tomcat 5.5.16 > > No idea - I'm not a committer. It will get more attention if you file > a Bugzilla entry for it: > http://issues.apache.org/bugzilla/enter

RE: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Caldarale, Charles R
> From: Goo Sam Kong [mailto:skgo...@gmail.com] > Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 > > OIC, so when the code will be fixed? No idea - I'm not a committer. It will get more attention if you file a Bugzilla entry for it: http://issues.apache.org/bugzi

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Goo Sam Kong
Hi Chuck, OIC, so when the code will be fixed? On 18 March 2010 11:07, Caldarale, Charles R wrote: >> From: Goo Sam Kong [mailto:skgo...@gmail.com] >> Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 >> >> I noticed there is a error in Tomca

RE: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Caldarale, Charles R
> From: Goo Sam Kong [mailto:skgo...@gmail.com] > Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 > > I noticed there is a error in Tomcat documentation > (http://tomcat.apache.org/tomcat-6.0-doc/config/http.html), the > correct attribute for session cache

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Goo Sam Kong
meout" in HTTPS connector. Thank you. On 17 March 2010 17:32, Goo Sam Kong wrote: > Thank you very much Mark, I will try it tomorrow. > > On 17 March 2010 16:40, Mark Thomas wrote: >> On 17/03/2010 00:49, Goo Sam Kong wrote: >>> May I know how to set the SSL session timeout

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Goo Sam Kong
Thank you very much Mark, I will try it tomorrow. On 17 March 2010 16:40, Mark Thomas wrote: > On 17/03/2010 00:49, Goo Sam Kong wrote: >> May I know how to set the SSL session timeout in Tomcat 5.5.16. I am >> running JDK 1.5.0 update 7 on RedHat Enterprise. > > 1. Upgrad

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-17 Thread Mark Thomas
On 17/03/2010 00:49, Goo Sam Kong wrote: > May I know how to set the SSL session timeout in Tomcat 5.5.16. I am > running JDK 1.5.0 update 7 on RedHat Enterprise. 1. Upgrade to the latest 6.0.x 2. Read the docs: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-16 Thread Goo Sam Kong
e, Charles R wrote: >> From: Goo Sam Kong [mailto:skgo...@gmail.com] >> Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 >> >> I attempted that, that is HTTP Session not SSL session. > > Depending on how your webapp is configured, you may have two HttpSes

RE: How to set SSL session timeout in Tomcat 5.5.16

2010-03-16 Thread Caldarale, Charles R
> From: Goo Sam Kong [mailto:skgo...@gmail.com] > Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 > > I attempted that, that is HTTP Session not SSL session. Depending on how your webapp is configured, you may have two HttpSession objects - one protected, and one not

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-16 Thread Goo Sam Kong
know how to do/configure to invalidate SSL session? Thank you. Regards, SamKong Goo On 17 March 2010 10:30, Caldarale, Charles R wrote: >> From: Goo Sam Kong [mailto:skgo...@gmail.com] >> Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 >> >> Can I invalidate t

RE: How to set SSL session timeout in Tomcat 5.5.16

2010-03-16 Thread Caldarale, Charles R
> From: Goo Sam Kong [mailto:skgo...@gmail.com] > Subject: Re: How to set SSL session timeout in Tomcat 5.5.16 > > Can I invalidate the SSL session on server side? Look at the servlet API doc: http://tomcat.apache.org/tomcat-5.5-doc/servletapi/javax/servlet/http/HttpSession.htm

Re: How to set SSL session timeout in Tomcat 5.5.16

2010-03-16 Thread Goo Sam Kong
ale, Charles R wrote: >> From: Goo Sam Kong [mailto:skgo...@gmail.com] >> Subject: How to set SSL session timeout in Tomcat 5.5.16 >> >> May I know how to set the SSL session timeout in Tomcat 5.5.16. > > The session timeout value is independent of the session security

RE: How to set SSL session timeout in Tomcat 5.5.16

2010-03-16 Thread Caldarale, Charles R
> From: Goo Sam Kong [mailto:skgo...@gmail.com] > Subject: How to set SSL session timeout in Tomcat 5.5.16 > > May I know how to set the SSL session timeout in Tomcat 5.5.16. The session timeout value is independent of the session security, and set by the value in the webapp'

How to set SSL session timeout in Tomcat 5.5.16

2010-03-16 Thread Goo Sam Kong
May I know how to set the SSL session timeout in Tomcat 5.5.16. I am running JDK 1.5.0 update 7 on RedHat Enterprise. Thank you. Regards, SamKong Goo - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Re: SSL session timeout in Tomcat

2006-03-23 Thread Bill Barker
"Jordi Guitart Fernandez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > How can I configure the SSL session timeout in Tomcat? > Currently, you can't. You just get the default value. If you want to open an enhancement request in

RE: SSL session timeout in Tomcat

2006-03-23 Thread Caldarale, Charles R
> From: Jordi Guitart Fernandez [mailto:[EMAIL PROTECTED] > Subject: SSL session timeout in Tomcat > > How can I configure the SSL session timeout in Tomcat? There's nothing unique about SSL sessions in this reqard. Set the value in either the global conf/web.xml or the W

SSL session timeout in Tomcat

2006-03-23 Thread Jordi Guitart Fernandez
Hello, How can I configure the SSL session timeout in Tomcat? Thanks Jordi - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]