My application runs in Karaf 4.3.7. I have a web application that is
deployed as wab application bundle (wab). This web application changes the
session cookie name in
javax.servlet.ServletContextListener#contextInitialized().

In another bundle I have a servlet that is defined with HttpWhiteBoard.
The servlets from the wab and the servlets from HttpWhiteBoard have
different http sessions (because they have different session cookie names
in the ServletContext).

Is it possible to configure the session cookie for Servlets that are
deployed via HttpWhiteBoard?

Regards

  Richard

Reply via email to