1 Reply Latest reply on Sep 20, 2006 10:18 AM by jeff_hickey

    Need to tell Tomcat not to create a new session for a subdom

    jeff_hickey

      We have a requirement to use a different URL for SSL and non-SSL sections of our website. The problem we run into is that Tomcat recognizes this as a new request and creates a new session ... which is correct according to the spec but does not help us.

      Anyone know how to config Tomcat/JBoss ... extend the Tomcat ManagerBase correctly or perhaps do something in a filter?

      Some suggestions or comments would be very helpful.