0 Replies Latest reply on Mar 3, 2005 2:14 AM by ginovp

    JBoss/Jetty and Session Cookies Configuration

    ginovp

      I'm using JBoss 3.0.8/Jetty for a web/struts application.
      I need in an Action executed from a popup window to retrieve params from session. It works with a Mozilla client but there's a bug with IE 6. It looses session cookies with child windows.

      Is there for Jetty the same configuration param as in Tomcat like

      <DefaultContext cookies="false"/>
      to force Jetty using sessionid coding in the URL instead of cookies?

      I hope it could be the solution to solve my problem with IE 6.

      Thanks in advance!