Perspective - Sign In Issue

I’m on 8.0.16

I have a script that run on username change with condition is not None… At that point all works well, my script is fired and all session variable are loaded as expected. I use google chrome with multi-tabs.

My issue is on my active tab, I use a button with event onClick => system.perspective.login(forceAuth=True), after authentication is done and authenticated my session.custom variables aren’t updated in the active tabs but correctly updated on all other tabs. I have to do a refresh to get my active tab updated.