I checked the configuration file and couldn’t find the user session duration config. It’s possible to change this config ? We need a way to logoff the user after 30 minutes of inactivity
This site is in read only mode. Please continue to browse, but replying, likes,
and other actions are disabled for now.
This is controlled by the REDASH_SESSION_EXPIRY_TIME
environment variable. You can specify it in seconds. The default is 60 * 60 * 6
which is six hours. For thirty minutes you can set the variable to 1800
and then restart your services.