- session_lifetime parameters are not user specific and apply to all users when configured
- auto_logout is required and dependent on session_lifetime
see how to edit config.php in Nextcloud snap
TIP:
the documentation may be misleading, calculate the value for session_lifetime:
- default value 24 hours (
60*60*24) =86400- value for 12 hours (
60*60*12) =43200- value for 8 hours (
60*60*8) =28800- value for 4 hours (
60*60*4) =14400avoid
session_lifetimebelow 4 hours in a corporate environment, as users will complain
happy snapping ![]()