delete session user

0
Hello, I need to redirect a user in another page during the log out of the user, to do so I have created a microflow that remove all the session if the current user on the click on a button and redirect him to another page.  The problem is that the user is not really directly log out in mendix, meaning that if he is going back to the application he will still be logged in during fews second. I want to remove completely that delay, is this possible?
asked
1 answers
0

Hi Yehoshua,

 

When wrapping the microflow in a nanoflow and using the JavaScript action mx.logout(); for signing out, I don’t see the behaviour you describe in your question. Would that work for you too?

 

Go Make It

answered