I'm having a Session problem in a project where I use C # and ASP.NET. If two people log in at the same time with the same user, the section variables have the same values. To be sure I have taken the ID of the sections created and they are differences, so I can not make a value from one section not interfere with the other.
Does anyone have any ideas?