concurrent requests for same session
843841Aug 25 2004 — edited Aug 25 2004Hi,
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