[Phplib-users] page expiry problems
Brought to you by:
nhruby,
richardarcher
From: Frank B. <fb...@sy...> - 2003-07-01 01:32:56
|
I have a situation where it is easier to generate a static html page with php code (much repetition). The problem is that repeat visits to the same page within one browser session is causing the page to be retrieved from server each time it is viewed. I would like the page to be handled like a static page, based on the file's timestamp on server (since the page is indeed 'static'). I have changed apache to allow files with html extension to contain php code, but this does not solve the problem. Any ideas out there? Can this behaviour be controlled in a page not using phplib auth/sess/perm? Can this behaviour be controlled in a page that does use phplib auth/sess/perm? |