@DustinB
When a browser is open for some days, the process is using more and more memory, until it reaches the memory limit. If nobody is logged in, that is happening much slower.
Currently, my limit is 8GB:
When that limit is reached, strange things begin to happen:
- API-requests are timing out
- Backup-jobs are failing
...until the process is restarted.
About the original question:
sessionCookieValidity = '12 hours'
should fit?