I am developing a Web Application that allows multiple user access on it.
And in the code behind I am using a property in which i am saving some personal details of the user.
My question is, if I made those properties as static will be there any conflict in data saving in the property when multiple user doing the same thing.