Hello, everyone.
We've faced strange problem. We have log on service, that authenticates user, adds auth cookie and, finally redirects user to the page she posted to this service from.
So almost in all cases everything is OK. But on sometime on some random machine occurs a bug in this logic. Source page look and feel differs if user is authenticated. But browser do not fetch new version of the page after being redirected to it from log in service - it shows old version from the cache. Why so?