> From: andre John Mas [mailto:[EMAIL PROTECTED] > Subject: RE: Session timeout related fixes between Tomcat 5.0 > and Tomcat 5.5.x?
> When I speak to our operations team they tell me that > the server crashes because it is unable to create any > more sessions They're fudging, so you really do need to find out what the exact problem is. > I then have a JSP that displays the list You should also capture the timeout value for each session via getMaxInactiveInterval() to see if your webapp is changing the setting from the default. > The other issue is that we are having trouble reproducing > this in a development environment I presume that means sessions are behaving themselves and going away after 30 minutes. > The changelog that you pointed me to only seems to cover > changes from 5.5 onwards. Which is what you asked for; 5.5.0 was cut from whatever the 5.0 version was at the time. (There were no 5.1 - 5.4 legs.) All code that went into 5.5 is described there, although possibly not as comprehensively as we'd like. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
