russellbcopeland
Programmer
I have a web service.
It has a class that has a shared property that is set when a user calls the service
That value may be different for different users
There are two different users making two separate calls to the web service going to see the same shared variable? I am working on the assumption that the answer is no and that the values are separated by their sessions.
Am I wrong?
It has a class that has a shared property that is set when a user calls the service
That value may be different for different users
There are two different users making two separate calls to the web service going to see the same shared variable? I am working on the assumption that the answer is no and that the values are separated by their sessions.
Am I wrong?