[phplib] Caching of sites From: Steffen Petter (spetter <email protected>)
Date: 11/02/00

Hi,

in one of my scripts I select some data from a database with the Sql_Query widget class.
I go in a detailed desciption clicking an item!
When I click on the back Button in the Browser an HTTP Warning/Error appears:

<error>
Data Missing

This document resulted from a POST operation and has expired from the cache. If you wish you can repost the form data to recreate the document by pressing the reload button.
<error>

But I want to go back to my previous list of search results!
The allow_cache variable in my Session class is set to private.

How can I fix it?
(PHP 4.0.3pl1, PHPLIB 7.2b, Browser: Netscape)

Regards,
Steffen