
Hey, We're doing some verification through creating sessions on the server-side, data is returned fine but I noticed the created sessions on the server-side can't be deleted with the #deleteSession method.
I did some reading into it and from what I understood AppWrite doesn't like handling sessions through SSR and all that is returned from the session creation promise is the data, just to double-check those sessions aren't persistent in ram, cache, etc., right?
And if it is persistent, then I have some worries about potential memory leaks, and I'd like to ask if there's any solution to deleting sessions created in SSR in the backend.
Thank you!
Recommended threads
- Appwrite Google OAuth token error
Hello, I am developing an application using React Native, Expo Router, and Appwrite. Since this afternoon, I have been encountering errors related to authentic...
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Two steps signIn with one user:
'm using appwrite to try two phase login, step 1: await account.createAnonymousSession(); or final appwriteUser = await account.create( ...
