fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
2.91k stars 405 forks source link

Set session duration to total session length #5476

Open GuillaumeRoss opened 2 years ago

GuillaumeRoss commented 2 years ago

The implementation of session_duration at the moment is an idle session timeout.

🧑‍💻  Expected behavior

The Fleet documentation describes the above (expected) behavior: https://fleetdm.com/docs/deploying/configuration#session-duration

💥  Actual behavior

Fleet documentation defines session duration as

The amount of time that a session should last for.

noahtalerman commented 1 year ago

@GuillaumeRoss heads up, I updated this issue to update docs to reflect the current behavior.

Here's the PR to the docs: #8339