How to handle session absolute lifetime during user activity?
I’m implementing a web login system and am confused about how to think about when authenticated sessions (not just browser sessions) should be expired.
There seem to be 2 factors:
absolute lifetime of a session;
idle time.
Idle time make…