79515234

Date: 2025-03-17 16:56:59
Score: 0.5
Natty:
Report link

So...

<IfModule mod_headers.c>
    Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
    Header set Pragma "no-cache"
    Header set Expires 0
</IfModule>

...does work but you have to empty the browsers cache or it saves the previous cache settings!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Guesser