0 Replies Latest reply on Aug 6, 2004 5:10 AM by leeson1125

    Communication between two session.

    leeson1125

      I have one EAR(main application, called MA) and one JIRA.WAR running on the same JBoss.

      I want to integrate JIRA with MA, since I want to use JIRA as part of my application MA. User starts from MA and when he want some extra information, he will click the link in MA and then link to JIRA.
      But MA has a session expiry checking.
      When user works with JIRA, MA should not treat he as idle. If user finally were kidded off by JIRA, the MA will also expire the session of user.

      Is there anyone could give me some light about this?
      Thanks