mfs wrote:
Given the above context, i was wondering if there is some way i can provide
my own unique sessionId to the servlet container whenever it creates a
unique http session against a user.

You would need to write your own manager. You should be able to extend org.apache.catalina.session.StandardManager and override generateSessionId()

See also http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to