J
Jason Kendall
I've noticed that my ASP.Net projects suffer from being cached locally
when my users' broswers are set to automatically check for newer
pages. Folks will go through the process of 'adding' an item to
whatever part of the application they're interacting with and they
won't see the new record unless they close the browser or do a
CTRL-Refresh or wait some indeterminate amount of time.
I set the server to expire content immediately and encountered several
errors mostly associated with sending files to the client. I set the
server to expire content after 1 minute and the problem persists,
obviously, for a minute.
When I set the browsers to always check for a new page, the problem
goes away.
How do most people solve this problem?
when my users' broswers are set to automatically check for newer
pages. Folks will go through the process of 'adding' an item to
whatever part of the application they're interacting with and they
won't see the new record unless they close the browser or do a
CTRL-Refresh or wait some indeterminate amount of time.
I set the server to expire content immediately and encountered several
errors mostly associated with sending files to the client. I set the
server to expire content after 1 minute and the problem persists,
obviously, for a minute.
When I set the browsers to always check for a new page, the problem
goes away.
How do most people solve this problem?