post variable

Hrvoje Niksic hniksic at xemacs.org
Mon Jan 28 15:35:23 EST 2008


"pavloutefkros at gmail.com" <pavloutefkros at gmail.com> 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.



More information about the Python-list mailing list