G
|
GamezBeCJ author 1/5/2009 |
UPDATE |
J
|
Jane 1/5/2009 |
Hi, |
G
|
GamezBeCJ author 1/5/2009 |
Hi Jane: |
J
|
Jane 1/6/2009 |
Hi,
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); |
S
|
steveh 1/6/2009 |
Jane, any chance of adding "Headers" as a global event so we can control which headers are sent (either that or add those headers to all the templates). |
G
|
GamezBeCJ author 1/6/2009 |
Thanks for the solution, I'll try it and see how it works. Other users have also been recently reporting that the links between tables behave erratically (i.e. sometimes re-loads old views, filtered views, etc) |
S
|
steveh 1/6/2009 |
No need to modify dbcommon, just add your code in the global section. |
G
|
GamezBeCJ author 1/14/2009 |
Hi Steve: |
S
|
steveh 2/6/2009 |
Not sure what you mean there, if you check, the global events are in events.php and events.php is included by..... dbcommon.php? |