-
Notifications
You must be signed in to change notification settings - Fork 1
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
feature request: Do not auto logout an active user #22
Comments
The default session duration is 15 min. It could be configured with the parameter below: |
Is it possible to logout after a period of inactivity instead of simply a pre-specified time period? If the application is actively being used then it seems ok to not end the session right? Generally other web apps I use only log me out after I'm inactive for some length of time. |
An active user is someone who is actively interacting with the application. They have recently clicked something in the app. They should not be automatically logged out. |
#22 Avoid logging out active user
Since we are going to revise authentication methods, we will address it in the future release |
Arachne datanode will automatically log me out while I'm in the middle of using the application. Can we have some different policy so I don't get logged out while I'm in the middle of creating an analysis?
The text was updated successfully, but these errors were encountered: