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
Printable View
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