Jason Pendrey schrieb:
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.
The ssl connection usually doesn't time out - the connection only lasts for the duration of the https request.
You can control the session timout in your web.xml (value in minutes): <session-config> <session-timeout>30</session-timeout> </session-config> Guido --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]