Stop Alerts before logout

Habib2
Tera Expert

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';

 

Habib2_0-1729763777212.png

 

 

2 REPLIES 2

Kieran Anson
Kilo Patron

Is this something custom / additive to the OOB session timeout property?

https://docs.servicenow.com/bundle/xanadu-platform-security/page/administer/security/reference/sessi...

 

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.