Results 1 to 1 of 1

Thread: Why Session is not thread safe?

Hybrid View

  1. #1

    Default Why Session is not thread safe?

    The document just said the session is not thread safe,But why?
    Does session contain some data which can be shared with different threads?
    Is that because the data operation code does not add the "synchronized"?
    Anyone knows please tell me,thanks
    Last edited by sh_peterchen; Jan 29th, 2013 at 05:48 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •