I do not much idea, but one approach I have seen is
Passing some <Token> with the response. The submit button will pass
the same <Token>. This Token will be checked by the TokenManager. New
page will have different Token value. Submitting again will have same
Token vale and we can identify that it is same request submitted
twice.
One thing we have to take care of is that the Operation of checking
the Token value should be atomic, otherwise both requests could have
impact and can be processed.
> > - Show quoted text -- Hide quoted text -