Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add configurable global user timeout configuration setting #11379

Closed
danotorrey opened this issue Sep 29, 2021 · 2 comments · Fixed by #14343
Closed

Add configurable global user timeout configuration setting #11379

danotorrey opened this issue Sep 29, 2021 · 2 comments · Fixed by #14343
Assignees

Comments

@danotorrey
Copy link
Contributor

danotorrey commented Sep 29, 2021

What?

Currently, the session timeout is configurable for each user on the Users > Edit page in the Sessions Timeout field.

image

A customer is requesting the ability to edit the timeout globally for all users at once.

Why?

A configurable global timeout would prevent the work required to edit and maintain the session timeout for individual users.

Ticket reference: HS-579202485

@danotorrey
Copy link
Contributor Author

Perhaps we could consider adding a server.conf property to control the global timeout currently specified in a code constant here:

public static final long DEFAULT_SESSION_TIMEOUT_MS = TimeUnit.HOURS.toMillis(8);

@patrickmann
Copy link
Contributor

Instead of adding an entry to the server.conf file which needs to be kept in sync across all nodes, we will make this a new runtime configuration setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants