Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
75
rated 0 times [  76] [ 1]  / answers: 1 / hits: 16565  / 11 Years ago, fri, september 27, 2013, 12:00:00

Someone know how to force a page cache in the browser? I need to reload a page several times, and the browser isn't caching the page!


More From » html

 Answers
10

If browser is not caching the page there's no much you can do than using one of them:



<meta http-equiv=Cache-control content=public>


OR



<meta http-equiv=Cache-control content=private>


You can't programatically override browser settings. It would be a security issue!


[#75377] Thursday, September 26, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leslijessalyng

Total Points: 650
Total Questions: 85
Total Answers: 109

Location: Croatia
Member since Mon, Sep 6, 2021
3 Years ago
leslijessalyng questions
Fri, Feb 21, 20, 00:00, 4 Years ago
Tue, Jul 30, 19, 00:00, 5 Years ago
Fri, Jul 5, 19, 00:00, 5 Years ago
Wed, Mar 13, 19, 00:00, 5 Years ago
;