NWE (Talk | contribs) |
NWE (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 87: | Line 87: | ||
<!-- The duration [in seconds] until a cached record is marked as outdated in the UBIK® Kernel. --> | <!-- The duration [in seconds] until a cached record is marked as outdated in the UBIK® Kernel. --> | ||
<!-- Switch = "-1" - cached objects are valid indefinitely/ Switch = "0" - cache is always invalid and will get constantly updated / Switch = "+1" - cached objects are checked every 1+ seconds --> | <!-- Switch = "-1" - cached objects are valid indefinitely/ Switch = "0" - cache is always invalid and will get constantly updated / Switch = "+1" - cached objects are checked every 1+ seconds --> | ||
− | <add key="UBIK.Service.ValidityPeriod" value=" | + | <add key="UBIK.Service.ValidityPeriod" value="-1"/> |
<!-- Switch = "0" - No logging / Switch = "10" - Simple logging / Switch = "20" - Detailed logging --> | <!-- Switch = "0" - No logging / Switch = "10" - Simple logging / Switch = "20" - Detailed logging --> | ||
Line 109: | Line 109: | ||
<!-- In the case of SessionManagementType = "1", the URL of the PUSH Service must be configured using this setting. --> | <!-- In the case of SessionManagementType = "1", the URL of the PUSH Service must be configured using this setting. --> | ||
<add key="UBIK.Service.PushServiceUrl" value="https://myusamserver.mydomain:myport/UBIK/PUSH/UBIKPUSH.svc/SOAP"/> | <add key="UBIK.Service.PushServiceUrl" value="https://myusamserver.mydomain:myport/UBIK/PUSH/UBIKPUSH.svc/SOAP"/> | ||
− | </appSettings> | + | </appSettings><!-- Refreshing cached objects when a change (in the DB) by another process is detected --> |
+ | |||
+ | <!-- Switch = "0" - no change detection / Switch = "1" - changes are detected --> | ||
+ | <add key="UBIK.Service.EnableChangeNotifications" value="1"/> | ||
</source> | </source> | ||
Line 276: | Line 279: | ||
<headertabs /> | <headertabs /> | ||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[Configuration Files]] | * [[Configuration Files]] | ||
+ | * [[HowTo:Use_Change_Detection_via_Change_Notifications]] | ||
[[Category:Installing|Configuration Files/AppSettings.config]] | [[Category:Installing|Configuration Files/AppSettings.config]] | ||
[[Category:Web service|Configuration Files/AppSettings.config]] | [[Category:Web service|Configuration Files/AppSettings.config]] |
Latest revision as of 11:52, 7 May 2025
The data and session management service of the web service are configured in this file.