What does this JavaScript do exactly?
parent.kill = 1;
This is used in a project I'm working on to do some sort of session expiration but I've never seen it before. It's loaded in an iframe
so I'm assuming that it is targeting the DOM document.window
.