Hi all, is there a setting that can extend the inactive login time so the automatic logout is longer.
cheers C
Edit your /etc/egroupware-docker/docker-compose.yml file (indention by space matter!) and add the the environment section:
- EGW_SESSION_TIMEOUT=28800
The timeout is in seconds, by default we use 14400 = 4 hours.
Ralf