Currently we have a session timer which triggers some time (2 minutes right now) before the session expiration and shows the modal to the user to refresh the reports. However, we are seeing many incidents where looker is throwing 401/403 some how e.g. first GET request of that embed URL is cancelled (network is slow or any other error in the page prevented that call to complete) which makes the URL invalid for second invocation OR user login and logout into full topcoder session in separate tab.
Purpose of this issue is to do investigation about solution for this problem.