Pressing F5 on an IE 8 project doesn't work if the session has been previously terminated. It seems to come down to it assuming _getFrameBounds() will be called, but it doesn't get triggered the second time in IE8. This patch checks to see if its IE8 and calls triggers the event like it does for other browsers.
Patch to check for IE 8