Logout shoul call login

The login app is the initial app. From there menues are called . Each Menu has an item: LOGOUT.

In the app LOGOUT the session is terminated and then a redir is executed: sc_redir(“https://domain/app_login","_blank”);

The program jumps back to login but the window is not cleared (the menu is still there) and after the login a new menu is added.

How to define the sc_redir to start with a new window?

Try _parent instead of _blank