Forum OpenACS Q&A: Re: Browser caching problem

Collapse
Posted by Tilmann Singer on
If you have a 'logged in as ...' blurb on your pages, then you want them to have no-cache headers for sure.

Either put it in your default-master or backport the ad_http_cache_control from 5.0 and the occurances in the rp where it is called - this will result in pages generated without the default-master template to have the headers too. Or use Bart's proc - all a matter of taste ;)