Stop Alerts before logout
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 02:57 AM
Hi, as per my requirement i have to logout user when they are idle for certain time and few more conditions, but i'm getting an alert as below, can someone help me to avoid or skip these alerts before logging out.
i have used below code, but its not working.
top.window.onbeforeunload = null;
top.window.onunload = null;
top.window.location = '/logout.do';
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 07:39 AM
Is this something custom / additive to the OOB session timeout property?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 07:45 AM
i have a custom UI Script to logoff user, and this alert is popping up before logout screen which i want to get rid of.