defaultSessionSeconds top-level constant
The default session length is 20 minutes. That seems to be a world wide default. We only utilise this constant in this file (at least for now).
Implementation
const defaultSessionSeconds = 20 * 60;
The default session length is 20 minutes. That seems to be a world wide default. We only utilise this constant in this file (at least for now).
const defaultSessionSeconds = 20 * 60;