I read the post, but in my opinion it is not applicaple to my question.
The post argues that requests coming in under the same SessionID get serialized automatically.
An example would be two page requests or webmethod calls originating from different registercards running under the same session in IE.
Now, what if two webmethod calls (let's name them 1 and 2) from different computers and thus SessionIDs (1 and 2) begin execution on server concurrently.
The webmethod 2 get's a reference to Session 1 through a collection where references to all session objects are stored and accesses some objects and variables in it.
Am I right that this case must be secured separatly though locks{}?
Thx
R4DIUM