SzhOriginal post
Web Developer
Hello, I have a few questions regarding the users and their sessions.
-
What is counted as an Active user in Appwrite? Is it someone with an active session or something else?
-
When a user session expires, is it deleted or it’s still there and needs to be renewed? Is it renewed only by manually logging in again?
Summary
- Developers are querying about the definition of Active users in Appwrite and what happens when a user session expires.
- Active users in Appwrite are those with an active session.
- When a user session expires in Appwrite, it needs to be manually renewed by logging in again.