IE issue : Warning: Page Has Expired:

Hi,

This issue appears in IE Browser.

In my site, I have a search page, which results a list page with pagination.

In the result page if I click on the page 2, it opens that page.

Now if I press “Back” button in that browser, it gives Warning, Page has Expired.

It is not happening in Firefox.

Now I am in big trouble. Can anyone please help me how I can overcome this issue.

I am working with PHP (Linux,Apache).

Thanks in Advance.

Regards,
Sougat

I suppose you use “POST” as method in your search form.

Using “GET” instead of the “POST” should work.