Closed
Description
Issue Description
We do log a big number of INVALID_SESSION_TOKEN errors for our users, appearing without any apparent logic: sessions are not expired, the user hasn't changed the password, sometimes it happens multiple times in the same day, and we can't figure out why.
Is there any way for us to better detect the reason for this?
Are we the only one with this weird behavior?
I know there's multiple places in the code where Sessions are deleted (or session caches) but I can't see why it could explain that.
Any help would be appreciated :)