Let\'s say I have two pages on the same ASP.NET C# WebSite.
If you are redirecting, it's possible the client is caching the response. In order to get past this you might add an extra query parameter that simply holds the time.
This is usually enough to get past most pages caching mechanisms.