I have a web application written in php.
I have a main screen, where in the user selects a parameter and this brings out a list of item numbers.
by clicking on each item number, i can go to next page which displays the details of an item.
The problem is, when i hit the "Back" button on the browser to see the list of items in the previous page, i see a warning which says:
"PAGE HAS EXPIRED: The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you."
I have removed header(cache-control: no cache) from the script.
But still, i have the same problem.
I need help at the earliest.
Thanks for any help.
I have a main screen, where in the user selects a parameter and this brings out a list of item numbers.
by clicking on each item number, i can go to next page which displays the details of an item.
The problem is, when i hit the "Back" button on the browser to see the list of items in the previous page, i see a warning which says:
"PAGE HAS EXPIRED: The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you."
I have removed header(cache-control: no cache) from the script.
But still, i have the same problem.
I need help at the earliest.
Thanks for any help.