0 Replies Latest reply on Jan 1, 2009 3:52 PM by sodium

    Seam authentication and session question

    sodium

      I want to develop a chat application and have seam authentication valid only for page session. By default, seam seems to have the session persisted in conversational context. Is there any way to configure seam to have the session for each page only?


      For instance, i wish to have multiple tabs on one browser and each tab contains a unique session that is authenticated through seam security. Tab 1 might be for User1, Tab 2 for User2, and so forth.