IE issue : Warning: Page Has Expired:

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sougat
Forum Newbie
Posts: 3
Joined: Thu May 20, 2010 1:39 am

IE issue : Warning: Page Has Expired:

Post by sougat »

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
sougat
Forum Newbie
Posts: 3
Joined: Thu May 20, 2010 1:39 am

Re: IE issue : Warning: Page Has Expired:

Post by sougat »

No all pages are working fine. None of the pages got exired.

JohnAlexander wrote:Has your index page been crashed/expired? internal pages are working good?
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: IE issue : Warning: Page Has Expired:

Post by Jonah Bron »

Are you using Post or Get? Can you give us the <head> section of your code?

By the way, code questions belong in the PHP Code section.
Post Reply