How do I force a control+F5 (deleting cache) when updating an application? The users will not do this so I need to force this. Can we use some kind of flush method checking version or...?
Any ideas?
Re: How to clear cache when updating an application
Hello,
This is a client side operation, so this is not something that you can initiate from the server.
The best suggestion would be to provide online guidance to your user that they need to do this.
Failing that you can look into setting correct cache expiry settings on each of the items that you are sending to the client, in order to prevent the browser from caching it, however, the browser works very hard to aggressively cache everything that it can, so you would have to get very low level in order to enforce this.