Ok, it's definitely the many tabs thing here. I started a 'tail -f' in the terminal on the PDS logs, and when it logged me out, I saw 13 requests to refreshSession in the space of 200ms, 4 of them got an OK and the rest got "token revoked".

So it looks like tabs are racing to refresh the same token
Post image

Comments