Today I released a small asp.net beta web application which allows internal staff to modify some product information. We started running into issues where users were overwri
Static variables has the same lifetime as an application domain they were created in. So if you get some wrong values it can be some problems in the application logic or else. You should use SessionState for per-user data.