Does a session automatically deleted after expiration?
Yes, but you can also delete the session (for log out for example) with the Admin REST API.
James
Thanks. Does the session document gets purged or just added with deleted property?
The session document gets purged - there’s no MVCC for session docs.
1 Like
Thanks you very much.