Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

How to stop caching?

Quote Reply
How to stop caching?
Hello!

Can anyone tell me the best way to stop pages caching for Gossamer Mail?

Regan
Quote Reply
Re: [ryel01] How to stop caching? In reply to
Hi,

If you have mod_headers installed, you can add:

Cache-Control: must-revalidate, max_age=0, no-cache
Expires: date in the past

to your requests which will tell browsers not to cache the page.

Cheers,

Alex
--
Gossamer Threads Inc.