Skip to content

Commit

Permalink
[Rahul] | BAH-3971 | Add. contextCookieExpirationTimeInMinutes Global…
Browse files Browse the repository at this point in the history
… Property
  • Loading branch information
rahu1ramesh committed Jul 26, 2024
1 parent ffd25c0 commit e3565f3
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 @@ -199,6 +199,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 e3565f3

Please sign in to comment.