Suppose I have 2 user, "user-1" and "user-2" using 2 computer "comp-1" and "comp-2" respectively. The "user-1" do some task and reload the page and on the other side the "user-2" is doing some work after some time the "user-2" change reload the page got that the session state of the "user-2" change to "user-1".
I think this the problem of session overlapping, i tried a lot of ways but can't meet any solution.
Is there any way to solve this problem?