How to configure OpenMRS user timeout / logout time?

Dear Community, A production implementation would like to configure the user timeout / logout time in their OpenMRS3 (O3) instance. (E.g. from 10 minutes to 30 minutes or vice-versa)

How can this be done?

Is it all about configuring TomCat like described here?

CC @dkayiwa @burke @ddesimone

Yes it is. Remember to restart tomcat.

3 Likes

sure configuring Tomcat will provide provide a solution.

I would suggest using a session management framework like Spring Session which can provide a more robust and flexible solution for managing sessions in a microservices environment.

Also it can offer better performance and scalability in the long run.

Though it really depends on current requirements.