defaultSessionSeconds top-level constant

int const defaultSessionSeconds

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;