08-22-2007, 08:26 PM
Quote:backspace/resubmit won't work for a period of time (whereas mine is immediate)
backspace/resubmit works, but the cookie is created/deleted on every Submit, regardless of how long I wait. But if i close the dialog and wait 1 minute, then on Submit the cookie is created and not deleted. Next time del deletes it, and on Submit it is created/deleted again.
Without del, if new cookie is [1], then after its creation is deleted cookie [2], and vice versa. With del, Windows creates and deletes cookie [1]. Maybe Windows thinks it has to delete old cookie, but does not check whether it is [2] or some other number, and just deletes oldest existing cookie. Since there are no other cookies (only new cookie [1]), it deletes [1].