Dear all
Please help
I only distinguish the Login page between an internal user and an external user.
when the internal user is logged in the link:
https://outsysdev.danamon.co.id/BDIBPS/Login.aspx?
and for External User Login the link:
https://outsysdev.danamon.co.id/BDIBPS/LoginUser.aspx?
I made a flag variable with type Bolean, where if internal is logged in then I set it to True and vice versa
My questions are:
How to redirect the url of the respective login when the session / idle timeout is up?
Thanks
Hi, you can implement this logic in the global exception handler of the module. It handles a security event that detects if a user is not logged in anymore. There you can implement this logic.