|
Posted by bill on 12/10/06 15:38
Vincent Delporte wrote:
> ... contains POSTDATA. If you resend the data, any action the form
> carried out will be repeated"?
>
> I'm only getting started with learning how to use cookies and
> sessions to secure a web application, but FireFox keeps showing that
> familiar message whenever I hit the page, although I would expect the
> form to be only handled by the web client the first time, when the
> user logs on:
I presume you are reloading the page in a testing environment.
Right ?
If so, there is no way to avoid the message. FF is just telling
you that you are about to resent the post data. This would be
useful if you had just purchased a $5000 thingy and really did
not want two of them.
If you are entering the page from somewhere else, not by reload,
you should not see the message.
bill
[Back to original message]
|