Rank 1: Thread
I am using node-appwrite on server side to getSession of the user which I explicitly stored in cookie.
try{ await account.getSession(event.cookies.get("sessionId"));}catch(error) {console.log(error)}Framework being used is Sveltekit