@Chris D, one more thing for consideration of this. In the file LoginPlugin.php in the function clearSiteData, we have this:
$response->header('Clear-Site-Data', '"cache"');
Can we be a little less aggressive and use this:
$response->header('Clear-Site-Data', '"cookies", "storage"');
Once I...