You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some system logging out redirects to an SSO logout. However if you redirect the browser too quickly, the session storage persists and the user remains logged into the angularjs app.
On some system logging out redirects to an SSO logout. However if you redirect the browser too quickly, the session storage persists and the user remains logged into the angularjs app.
Tracked down this issue to here:
gsklee/ngStorage#39
The workaround (as suggested in ngStorage issue) is to wait for >100ms for session storage to flush, see here:
The text was updated successfully, but these errors were encountered: