Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

concurrent requests for same session

843841Aug 25 2004 — edited Aug 25 2004
Hi,

I would like to know your opinion on this problem:

If a request needs some time to process (e.g. a complex database query). This process modifies a session object. While processing the same user (same session) executes another request which also accesses the session object.

How would you protect against such a situation?

Michael
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 22 2004
Added on Aug 25 2004
4 comments
320 views