When a member logs in, they are given a session cookie. How long does that session cookie last before expiring? That is: how long before a member needs to reauthenticate?
I have a second, somewhat related question: if a member is logged in already, and I want to revoke membership, I will delete that member. However, I believe the member’s cookie still exists, and it still works, allowing the member access to private posts.
Is there any way to revoke access completely?