Comment 9 for bug 131165

Revision history for this message
Andrew Bennetts (spiv) wrote : Re: thank you for your bug report appears in wrong window

Quick idea: you *can* use the Referrer header to disambiguate reliably. Every time you render a <form> include a "?nonce=XXX" in the form action. When the POST action generates a notification tie it to that nonce, and then the resulting GET can find the right notification to display.