Re: [PHP-WIN] Warning: Page has Expired, HELP

2002-12-29 Thread Wojciech Owczarek
hmmm well I guess it doesn't always happen it happens when HTTP headers like Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 and Pragma: no-cache are sent. try to sniff out that site via telnet http requests and see if it sends any of these. Some script might be

RE: [PHP-WIN] Warning: Page has Expired, HELP

2002-12-27 Thread Manuel Ochoa
Here is how I solved the problem assuming that you are running a session After a successful login do this: if ($step != 1) $_SESSION['step']=1; header(location: redirect.php); } else{ //Code for successful login } The redirect.php page simply redirects them back to the login page.

[PHP-WIN] Subject: [PHP-WIN] Warning: Page has Expired, HELP

2002-12-27 Thread Neil Smith
: 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 -- PHP Windows Mailing List (http

RE: [PHP-WIN] Warning: Page has Expired, HELP

2002-12-26 Thread Mikey
> 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 preca

RE: [PHP-WIN] Warning: Page has Expired, HELP

2002-12-26 Thread Dash McElroy
]] 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 c

[PHP-WIN] Warning: Page has Expired, HELP

2002-12-26 Thread David
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