|
-
Aug 16th, 2012, 02:32 PM
#1
Thread Starter
Frenzied Member
How to clear cache when updating an application
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?
-
Aug 18th, 2012, 02:21 PM
#2
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.
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|