0 Replies Latest reply on Jan 11, 2004 8:49 AM by zsoltvincze

    Servlet losses the session when accessed through apache

    zsoltvincze

      I've got a servlet that saves data in the user's session, forwards to a jsp, then the jsp back to the servlet.
      if I'm accessing jboss directly on the default 8080 port, it is ok, I'm able to see the data that I saved in the session.
      However, if I access the servlet through apache using a ProxyPass then I loose the session.