David,

By any chance are you using sessions? I had an error like this once (Mozilla
didn't bark about it but I still have to code for IE :-<) and I had to
change the session_cache_limiter to public or private (private would likely
be preferrable). See
http://www.php.net/manual/en/function.session-cache-limiter.php.

If that doesn't help (or isn't applicable), you could try setting the cache
settings via header like this:
header("Cache-control: private");

Else, try giving us some more info.

-Dash

-----Original Message-----
From: David [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, December 26, 2002 4:17 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Warning: Page has Expired, HELP


Hello,

Hope that someone could help me. Everytime I use the Back button on my
browser the page expires. I get this message:

Warning: 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.

To resubmit your information and view this Web page, click the Refresh
button.

I thought it was my set-up but it does the same thing on the server. My
set-up is Apache, PHP and MySQL.

Could someone tell me how I can stop this from happening.

Thanks

David



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to