Possible Duplicate:
Close /Kills the seesion when close the browser or tab

Is there a solution for cross browser event. I need to check if user closes their window and to throw an ajax request to my database to sign them out.

I've looked everyone but most cases its not working in all browsers. Anyone have a solution? Or Alternative on how to do this perhaps a conditional statement depending on the browser?

Thanks!

link|improve this question

50% accept rate
@OP: As David said, this is a duplicate. The best answer (in the other question) is here: stackoverflow.com/questions/1921941/… – T.J. Crowder May 31 '10 at 17:20
feedback

closed as exact duplicate by Quentin, T.J. Crowder, Andy E, Graviton, sth Jun 1 '10 at 11:06

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

I don't think such a thing exists. You can try an onunload, but that also fires when you refresh the page. This question has been the bane of many that want to do what you're asking for.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.