Does not seem to work,
I have 1 script to search the database, with some includes.
On top of that script is
session_start();
header("Cache-control: private");
it displays items, when clicked on the 'shopping cart' link, it gets a new script, which uses the same code at the top, session_start(); header("Cache-control: private");
Displays something from the database.
Then, when 'back' is clicked, it times out, every time..
Help!
FiSH