Bahmni / openmrs-module-bahmniapps

Bahmni EMR Frontend code for Clinicians and staff members, written in Angular.JS and React
http://www.bahmni.org
GNU Affero General Public License v3.0
136 stars 290 forks source link

BAH-3971 | Add. Context Between Logout and Re-Login for All Bahmni Modules #984

Closed rahu1ramesh closed 2 months ago

rahu1ramesh commented 2 months ago

JIRA -> BAH-3971

This pull request introduces context support between logout and re-login for all Bahmni apps modules. This feature is enabled when the global property contextcookieexpirationtimeinminutes is set to a non-null positive integer. When this property is set, the page from which the user logs out will be stored in the context, and upon re-login, the user will be redirected to the same page.