Kill User Session On Browser Closed
Kill User Session On Browser Closed
- Subject: Kill User Session On Browser Closed
- From: Raymond NANEON <email@hidden>
- Date: Wed, 23 Jan 2013 13:26:30 +0000 (GMT)
Hi List,
I want to kill session of the web apps when user don't use logOut Button to quit the apps properly. I thought to this _javascript_ but I think there is another way do it clearly
window._onunload_ = function () {
if((window.event.clientX<0) && (window.event.clientY<0)) {
window.open("logoffPage");
}
}
Thanks for yout help
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden