1 Reply Latest reply on Nov 18, 2002 6:46 AM by jules

    More than one WAR-File

    bomber29

      Hi @ all,
      my application consists out of more than one .war-file.
      The Problem is that i can't hold the session if i change the context (i.e. http:///login to http:///person). All pages from person context don't know anything about Bean i put into the session after a login. Does anyone know about this problem and can help me?

      thanx

        • 1. Re: More than one WAR-File

          That's the whole point of a webapp. It is the scope that encapsulates a webapplication.

          If you want to share sessions between servlets (and remain within the spec) you must package them in the same war.

          Jules