I would like the cached pages to be deleted at a specific date. How is it possible to specify that date? In my case, I need the dates to be dynamically set for each page.
Asked
Active
Viewed 495 times
1
-
@ZoltanToth What does a question on Local Storage have to do with this? – robertc Nov 11 '11 at 19:26
2 Answers
0
If we remove the file name from the manifest file, Will the file be removed from the cached if the user comes online next time?

SR Sarangi
- 11
0
You can't. Once the pages are on the client, the client is in control of when they're deleted. If you update the manifest file at the specific dates, removing the relevant files, then when the browser next connects to your site and replaces the application cache those files will not be downloaded.

robertc
- 74,533
- 18
- 193
- 177