Howdy,
And why oh why would you want to override the server's session ID
mechanism (thereby breaking the server's HTTP protocol compliance, any
clustering / failover mechanisms, etc.)?

Tomcat being open source, you can of course modify / extend / wrap its
session manager implementation.  See
org.apache.catalina.session.ManagerBase
org.apache.catalina.session.StandardManager

But you better have a very good reason for this ;)

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Mark W. Webb [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, June 17, 2003 10:55 AM
>To: [EMAIL PROTECTED]
>Subject: setting of session ID
>
>I know that the setting of a session ID was taken out in servlet API
2.1,
>but is there a way to still set the session ID in tomcat 4.1.24?  Is
there
>some type of session manager that I can 'plug in' to tomcat ?
>
>
>...thank you.
>
>
>
>---------------------------------------------------------------------
>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]

Reply via email to