POST is no more secure, realistically, than the GET method. Both pass
data around in plain-text form.
In a perfect world web browsers wouldn't cache pages which were POSTed to
as the HTTP specification says. At least, that's my understanding of it.
Browsers -are- free to cache GET'ed pages though, because logically if the
URL is identical to the other one the same data will be returned. So,
switching to GET makes sense, because so long as the URL is slightly
different each time the browser won't cache the page.
Of course, in the real world not all browsers were made to spec, and some
cache POSTed pages. So, to the original poster: It seems like your page
is doing the Right Thing... but your browser isn't.
Justin Buist
Trident Technology, Inc.
4700 60th St. SW, Suite 102
Grand Rapids, MI 49512
Ph. 616.554.2700
Fx. 616.554.3331
Mo. 616.291.2612
On Mon, 3 Sep 2001, olinux o wrote:
> I have the same troubles. I believe that the only
> solution is to use GET rather than POST as your FORM
> METHOD. There may be another way, but this may work
> fine, as long as you are not working with
> passwords/sensitive info.
>
> olinux
>
>
> --- Mad Nas <[EMAIL PROTECTED]> wrote:
> > Hi All
> >
> > I'm using PHP 4 and MySQL in W2K .
> >
> > When i submit a form and call a php file, i get this
> > message :
> >
> > __________________________________
> >
> > Warning: Page has Expired
>
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
> http://im.yahoo.com
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]