"Jason Pendrey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I want to know how to control the length of time that an ssl connection >timesout and a user needs to login again. Right now its too short and I >can't find anything in the server.xml ssl connector node that seems to >change that. I'm using tomcat 5.5 with the latest jsse. >
You're correct that there currently is no way to change the SSL session timeout. It wouldn't be hard to implement, but nobody has ever cared enough to work up the patch for it :). Of course, in Tomcat there is no relation between the Servlet HttpSession and the SSL session. This would have to be caused by something in your webapp. > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]