Nextcloud Snap Office Single User Multi Login

Hi, I have recently noticed that when using office, it will show me as logged in multiple times, I admit i am not the best at remembering to log out, however is there not a time limit or maximum to how many times i can be logged in?

Nextcloud Snap currently running on Ubuntu Server 24.04.2 LTS

I would be grateful if someone can tell me how to prevent this.

Cheers,
Dave

  • 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 8 hours (60*60*8) = 28800
    • value for 4 hours (60*60*4) = 14400
  • avoid session_lifetime below 4 hours in a corporate environment, as users will complain

happy snapping :+1: