"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > so the output is always the POST retrieven at first. So the page > keeps on printing the POST variable retrieven at first even thought > i might have reloaded the page 1000 times. Is there any way to > "empty" the POST variable, so that at reload nothing would be the > same?
Have test.py send a redirect to another page (or to itself, sans the params). Then reloading won't resend the POST params. -- http://mail.python.org/mailman/listinfo/python-list