[Javascript] Prevent expired POST results (Was: Control the window)

Chris Double chris.double at double.co.nz
Wed Aug 30 17:47:02 CDT 2006


On 8/30/06, Scott Reynen <scott at randomchaos.com> wrote:
> I solve this problem by redirecting POST to GET.

This is a good apprach, I do it as well. It's more generally known as
the 'Post/Redirect/Get Pattern':

http://en.wikipedia.org/wiki/Post/Redirect/Get

Chris.
-- 
http://www.bluishcoder.co.nz



More information about the Javascript mailing list