Page 1 of 1

Log out whether you select "Leave" or "Cancel"

Posted: Thu Jan 27, 2022 9:28 pm
by gerese
Hi,
if this option from nuConfig is set to true , the user is logged out regardless of whether they select "Leave" or "Cancel"

Code: Select all

nuUXOptions['nuShowBeforeUnloadMessage']		= true;			// Show or disable 'Leave site?' message
error logout1.gif

Re: Log out whether you select "Leave" or "Cancel"

Posted: Fri Jan 28, 2022 7:23 am
by kev1n
The option was introduced for this very issue. Is there a reason not to set it to false?

Re: Log out whether you select "Leave" or "Cancel"

Posted: Sat Jan 29, 2022 12:32 am
by gerese
kev1n wrote: Fri Jan 28, 2022 7:23 am The option was introduced for this very issue. Is there a reason not to set it to false?
Thanks, I'll use the "false" setting. :thumb: