1 Reply Latest reply on Apr 8, 2009 10:31 PM by gonorrhea

    Inner Conversation Question

    oyesiji77

      I have three Pages . Lets say A , B,C .The navigation is as follows A->B->C A is already running in a Long conversation, before i navigate to B i start an
      inner Conversation. At the end of C i am going to end the recently inner conversation. Everything works but how do i make sure that C does not get accessed whenever this inner conversation is not existing

        • 1. Re: Inner Conversation Question
          gonorrhea

          By inner you mean nested I assume.


          When nested LRC (long-running coversation) C ends, it will be demoted to a temporary conversation.


          Then it will not be available in the conversation context of HttpSession.


          Is this what you're asking???