OHDSI / Arachne

Arachne Data Node web application
Apache License 2.0
1 stars 1 forks source link

feature request: Do not auto logout an active user #22

Open ablack3 opened 6 months ago

ablack3 commented 6 months ago

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?

konstjar commented 6 months ago

The default session duration is 15 min. It could be configured with the parameter below: datanode.jwt.expiration=900 # number in seconds

ablack3 commented 6 months ago

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.

ablack3 commented 5 months ago

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.