02-19-2023, 10:03 AM
(This post was last modified: 02-19-2023, 10:26 AM by Mikael Nilsson.)
Hi,
Is it possible to catch when a user reach the timeout and redirect them to a specific page?
I don't mean to keep the session alive. I want to do something like WebApplication.TerminateAndRedirect('https://xxx.yyy.com/Default/TimedOut.Htm');
Is it possible to catch when a user reach the timeout and redirect them to a specific page?
I don't mean to keep the session alive. I want to do something like WebApplication.TerminateAndRedirect('https://xxx.yyy.com/Default/TimedOut.Htm');

