Using appwrite client to handle account auth methods login logout.
i do login- with credentials, on the browser the cookies value is being set from Domain: .cloud.appwrite.io as Name: a_session_[project_id], also From Domain: .appwrite.io as Name: a_session_console
I do logout- only the cookies named a_session_[project_id] is getting deleted rest cookie values remains in my browser
probably that causing user : guest role 401 error.
do i need to someway delete those remaining cookies too ?
attachment: this is when logged in :
attachment: this is after logout
@Steven can please guide me
Recommended threads
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...