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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -