1 Reply Latest reply on Aug 18, 2009 8:16 AM by ozguy

    JSESSIONID

      Ok,
      this seems a pretty stupid question but I haven't found any working tutorial out there.
      So here's the problem. A single application server (Jboss 4.2.3), Apache + mod_jk in front with two different domains configured, pointing to the same Java application.

      Each application is setting a session JSESSIONID with different domain:
      domain1.maindomain.com
      domain2.maindomain.com

      Now, what I'm looking for is a way to define the JSESSIONID domain as
      .maindomain.com
      so the session will be valid for both the subdomains.

      I tried with Jboss SSO (non clusterd) but that doesn't seem the right option for me.

      Anyone has an idea on this?

      Thanks.

        • 1. Re: JSESSIONID
          ozguy

          I believe you can specify the domain to use in the server.xml. One of the valves that does the cookie/session management has an attribute which can be set.