using static Dictionary instead of session asp.net mvc
问题 i have serialization problem with session(as i described here) so i used static Dictionary instead of session asp.net mvc public static Dictionary<string, object> FlightDict; FlightDict.Add("I_ShoppingClient", client); in this case user will override their values?are there any problem with that because they says with static variable users data can be overrided 回答1: Yes, you can change the static variables in the site, But You need to use this to change the data but that is not enough you need