RE: Add logic to session tracking?

2001-05-16 Thread Varela Santoalla, Daniel
: martes 15 de mayo de 2001 22:26 Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Asunto: Add logic to session tracking? Hello All, As a developer using Tomcat, is there anyway to override or add logic to parts of Tomcat's session tracking/setting mechanisms? Or do I need to get my hands

Re: Add logic to session tracking?

2001-05-16 Thread Bo Xu
David M. Rosner wrote: Hello All, As a developer using Tomcat, is there anyway to override or add logic to parts of Tomcat's session tracking/setting mechanisms? Or do I need to get my hands on the source code, make changes, and then recompile? Basically I want to add my own session

Re: Add logic to session tracking?

2001-05-16 Thread David M. Rosner
.. As long as you know this is not standard :-), you will have to make some changes to the session interceptor or create a new one. In 3.3, the code is in modules.session.SessionId, you should probably create a new module, add an option and code that supports what you need, and maybe publish

Add logic to session tracking?

2001-05-15 Thread David M. Rosner
Hello All, As a developer using Tomcat, is there anyway to override or add logic to parts of Tomcat's session tracking/setting mechanisms? Or do I need to get my hands on the source code, make changes, and then recompile? Basically I want to add my own session tracking ALONG with Tomcat's so

RE: Add logic to session tracking?

2001-05-15 Thread Filip Hanik
~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: David M. Rosner [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 1:26 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Add logic to session tracking