[PHP] page expired message

2002-03-20 Thread Gonzalez, Zara E

Is there any way to avoid getting this message when I hit back on my browser

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 get it when I am using a form with session variables...

Zara

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




Re: [PHP] page expired message

2002-03-20 Thread DRaGoNLz

try using GET Method instead of POST.

It solves the problem, however, the parameters that you pass through will be
shown in the address bar. If someone know a way to avoid that page with
POST, please let me know too!


- Original Message -
From: Gonzalez, Zara E [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 20, 2002 9:56 AM
Subject: [PHP] page expired message


 Is there any way to avoid getting this message when I hit back on my
browser

 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 get it when I am using a form with session variables...

 Zara

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



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