Hello everyone,
I've been reading all the documentation about Sessions, Transactions and Concurrency and I believe I have a good understanding about it. But I can't seem to understand one thing.
Can you have two or more opened Sessions? One per thread, not shareable between different threads, or the idea is that you only have a single one and you lock your app/server from making new Sessions until this single one ends?
The session-per-request approach is good enough for me. So, no need for more complex things.
Thanks a lot for your help!
|