Skip to content

Commit

Permalink
BAH-3971 | Add. contextCookieExpirationTimeInMinutes Global Property (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh authored Jul 29, 2024
1 parent 2a03cf9 commit a698974
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bahmnicore-omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@
<description>Boolean to enable sending sms when patient registers</description>
</globalProperty>

<globalProperty>
<property>bahmni.contextCookieExpirationTimeInMinutes</property>
<defaultValue>0</defaultValue>
<description>Expiration time in minutes of the cookie that maintains the user's session context</description>
</globalProperty>

<advice>
<point>org.openmrs.api.PatientService</point>
Expand Down

0 comments on commit a698974

Please sign in to comment.