This topic is locked

No cache mete data

2/20/2008 9:25:13 AM
PHPRunner General questions
S
steveh author

When phprunner builds the files, where does it get the header data from, is there a standard set of templates somewhere that can be amended once rather than each time a project is generated?
We're seeing problems with the content being cached when it shouldn't be so I want to add some additional meta data to the files to stop this and I'm hoping there is a template somewhere I can edit?

Alexey admin 2/21/2008

Steve,
PHPRunner does add HTTP headers to prevent caching.

However if they don't work in your environment you can add META tags.
The HTML templates are located in C:\Program Files\PHPRunner4.1\templates\layouts\<Layout>
The <Layout> is selected on the Choose theme tab in PHPRunner.

S
steveh author 5/19/2008

Here's a useful link to anybody else experiencing cache issues:-

http://www.phpbuilder.com/board/showthread.php?t=10294526
Useful addition for the future would be to be able to quickly change the headers without a mass edit?

S
steveh author 6/27/2008

Could a global event be added in a future release that is passed the current header along with the page and we return the header modified?