1 Reply Latest reply on Jun 3, 2009 8:00 AM by nickarls

    Conversation scope and browser tabs

    gonorrhea

      from WB ref doc: 



      the conversation scope holds state associated with a particular web browser tab in a JSF application.

      I know that, for example with IE 7, that Seam starts a new session when user starts a new browser instance/process and new conversation for new tab or new window.


      How does Web Beans RI (or Seam for that matter) know that a new tab has been selected/started?  Is it based on the lack of conversation-id for the new tab's HTTP request?