I store user settings in HttpContext.Item ["user_settings"]. The user has two windows open with the same SessionId. In one, he changes the settings, but in the other, when the controller that updates the page is called, the value in user_settings does not change.
What's wrong?
править. To illustrate the problem, you need to add the controller code that causes this problem. - Bulson