Here's a problem we are running into: on our frontend, we call the logout endpoint of our API which gets the session and revokes it according to your documentation. However, after the successful logout call, calling
SuperTokensRequest.sessionPossiblyExists()
on the frontend still returns true.