I have an onbeforeunload method as follows:
function clearCookies(event) { event.preventDefault(); event.stopPropagation(); even