2 Replies Latest reply on Mar 12, 2007 12:59 PM by gavin.king

    lock session

    roberto.guarino

      ho to lock session with jboss seam?

        • 1. Re: lock session
          stu2

          What do you mean by lock the session? Seam already serializes all access to session so you don't need to worry about concurrency. Is this what you mean?

          • 2. Re: lock session
            gavin.king

             

            Seam already serializes all access to session so you don't need to worry about concurrency.


            Not quite correct. Seam serializes access to the conversation context, but not to the session context. Seam also serializes access to any session-scoped component, but that is at the object level.