One method i've used to maintain a session is a meta refresh on the html pages, this may or may not be appropriate to your app though.
-----Original Message----- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 15:36 To: Tomcat Users List Subject: RE: Can you ever update a sessions access time? Hi, > Our need for this is that we have a java application that is launched >remotely by a control web-page. As long as the remove application is >active we do not want to the session that launched it to die. >Unfortunately these were the requirements given to me, I just need to see >if it is possible. You should probably scream a bit at the person who gave you the requirements ;) What about setting session-timeout to -1 in your web.xml? That means sessions won't timeout due to inactivity, and will become invalid only if you explicitly invalidate them. Then you don't have to worry about a kludge keep-alive solution. Yoav 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]
Any opinions expressed in this E-mail may be those of the individual and not necessarily the company. This E-mail and any files transmitted with it are confidential and solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this E-mail in error and that any use or copying is strictly prohibited. If you have received this E-mail in error please notify the beCogent postmaster at [EMAIL PROTECTED] Unless expressly stated, opinions in this email are those of the individual sender and not beCogent Ltd. You must take full responsibility for virus checking this email and any attachments. Please note that the content of this email or any of its attachments may contain data that falls within the scope of the Data Protection Acts and that you must ensure that any handling or processing of such data by you is fully compliant with the terms and provisions of the Data Protection Act 1984 and 1998.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
