Martin Marques wrote: > > OK, but if the user hits 5 or 6 straight times the delete botton, then > there will be more then 2 concurrent conexions (especially with bad > network connections), which will make the third have problems with the > expiration of the coookie. Or am I totally wrong? >
I guess, you got it wrong. The cookie doesn't change on every request but every 5 minutes. The new behavior just ensures that parallel requests, that are sent at a time where the cookie gets a new value, don't fail. ~Thomas
