c# - Session Id change in asp.net -
Assume that I have 2 users of "user-1" and "user-2" 2 computer "comp -1" Use and "vibrate -2" "user-1", respectively, do some work and reload the page, and on the other hand "user-2" is doing some work after some time, "user-2" changes After reloading the page has found that the "user-1" change in "user session's status-2"
I think this session is a problem of overlapping, I have tried many ways but no solution can be found.
Any way to solve this problem?
You need to start your session variable Take a look at that post for details:
Comments
Post a Comment