Currently the session times-out after 1h of inactivity.
I would like to increase this but require re-login when the user access some admin parts, for example the settings page of a project, of the actual admin interface of the instance.
One option: keep in the cookie the login date/time and use this to determine how long ago the user logged in and if we need to ask them to re-login.
Commit b9825268 relates to this ticket
Commit 0812cb47 fixes this ticket
Commit 16569ad5 relates to this ticket
Commit 0812cb47 fixes this issue