Hi,
I\'m using php4 and i\'m having problems with cache expiration.
I\'m generating a list of links with php, and when i click on a link it goes to anothr page, but when i click on back browser button, it says that the cache has expired.
I have to reload the php to get the list of links i have generated.
How can i solve this problem??
I tested putting a header with the expiration year of 2010, but it doesn\'t work
I don't want to use GET method (i know that with GET method it will work)
Thanx in advance.