Hi,
I am running vocbench 13.0 in a container and I am attempting to ensure that a login session doesn't timeout so frequently. Below is my attempt to ensure it doesn't timeout for a given workday (480 minutes) . However, the session still becomes invalidates much sooner than that. What am I doing. wrong?
docker run -d -p 127.0.0.1:1979:1979 -e "ST_OPTS=server.servlet.session.timeout=480m" --volume vocbench_data:/opt/vocbench3/data --name=vocbench --restart=unless-stopped internetofwater/vocbench3-docker