Hi, One idea would be to read the Servlet Specification, specifically the chapter about the Deployment Descriptor. In Servlet Spec v2.4, section SRV.13.1, page 128, the session-timeout configuration parameter is described.
Tomcat 4.x implements Servlet Spec v2.3, not v2.4, but that particular parameter was not changed in the Spec between versions 2.3 and 2.4. Yoav Shapira http://www.yoavshapira.com >-----Original Message----- >From: Al Gidden [mailto:[EMAIL PROTECTED] >Sent: Wednesday, December 01, 2004 1:54 PM >To: Tomcat Users List >Subject: Configuring session parameters > >In other app servers I have used, you can configure things about the HTTP >session. >In our case, we had configured a time for all inactive sessions to timeout. > >So, a user would make a page request with a session that the server had >timed-out and our code would know to take them to another page instead. >Now what happens is that the session seems to time-out at some arbitrary >time that we cannot control. > >While we can see how to configure the persisted session details, I cannot >find any reference as to how you configure the HTTP session parameters in >Tomcat 4.1.30. > >Any ideas? > >AL G > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
