If there are no requests that require a user id for around the specified duration, the user will be logged out.
This uses the histomicsui.login_session_expiry_minutes setting. If that is non-zero and not None, the short sessions will be invoked. This can be configured, as with any Girder settings, via the GIRDER_SETTING_HISTOMICSUI_LOGIN_SESSION_EXPIRY_MINUTES environment variable.
If there are no requests that require a user id for around the specified duration, the user will be logged out.
This uses the
histomicsui.login_session_expiry_minutes
setting. If that is non-zero and not None, the short sessions will be invoked. This can be configured, as with any Girder settings, via theGIRDER_SETTING_HISTOMICSUI_LOGIN_SESSION_EXPIRY_MINUTES
environment variable.