After installing UR 12, I've noticed that a simple form refresh (F5) does not reload the page with the latest data! We have some silverlight web resources that change data behind the scenes and then reload the window, but when the page refreshes it is showing stale data. To take our code out of the equation, if I simply open a record in two browser sessions, change it in one session and F5 in the other, it still shows stale data.
Is this expected? is there a way at least for my silverlght web resource to tell the page to get the latest data instead of cached?