On Tue, 2003-10-28 at 12:51, Justin Ruthenbeck wrote:

> Server side, instead of putting a token in the session when the page is 
> *served*, put a token in the session while the submission is being 
> processed (use it like a semaphore).  The token has a finite lifecycle 
> (created on form submission, death on submission response 
> served).  

This only works if processing the two submissions overlaps. If the logic
to process the submission is very fast, or there is a long delay between
submissions, then this won't work.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to