I am attempting to call the system.perspective.logout()
function then immediately call system.perspective.navigate(url=self.custom.gatewayURLPath + "data/perspective/client/LandingPage")
This is called from a different project than LandingPage, so from project B to Project Landing Page.
So basically after logging the user out, move them to another page (somewhat of a custom login page).
Now it works as expected in Chrome, it logs the user out and creates a new session for project LandingPage.
Also, it work correctly on my Android phone from the Ignition Perspective app.
However, in Firefox, it does not behave this way. It just logs the user out only, it does not redirect them.
Anyone else ever notice this?