سيادة اللواء حناكةOriginal post
Rank 3: Container
How I can use the cookie to know the user , is it contain any information like the access token in database or something else ?
Summary
You can use `account.get()` in appwrite to fetch user information. However, cookies stored locally do not provide information like access tokens. It's best to use `account.get()` for user details.