Rank 1: Thread
Hi 👋
I’m using phone session for users to login to the app and I’m trying to make a method that create a user specific session - admin with EmailSession and delete this session after the method end but when I trigger the method all works fine but when I close the app and open it I’m using the account.get and it’s not return the current user session (not the admin) but in the Appwrite Console I can see the user session wasn’t deleted so what I can do in this situation