After Signout not going to desired home page

0
Hi Everyone,   I am using Pull to Refresh Widget in my Hybrid Mobile Online page. After refreshing the page, I could not remove the session by sign out action (Showing in logs as could not remove session because of background actions), hence showing default Mendix page(attached pic) instead of our desired home page. If no refresh signout works fine and landing into our desired home page.  Please give suggestions how to remove session and landing to our desired page. Thanks in Advance
asked
1 answers
0

Did you try a custom Java action to destroy the session: com.mendix.systemwideinterfaces.core.ISession.destroy() ?

Regards,

Ronald

 

answered