Having trouble with cache.
I have a page (call it page A --- and uses sessions) that submits to itself. I have set session_cache_limiter to 'nocache' because I want to give the user the ability to click on a link off a page (call it page 😎 that returns to page A with the NEW data. This works fine.
The problem arises when I click the back button on the browser to return to page A. The result -- I get a warning message that the page has expired.
I have fiddled around with session_cache_limiter setting it to public and private and also have tried setting the headers.
Whatever I seem to do I cannot get both of what I want: 1) current information when I click the link and 2) no expiration of the page when clicking on the back button.
Can someone please help me? Thanks.
Mike.