How to fix the user session expiration issue in UiPath Orchestrator version 2023.10.0?
The user session expiration is not functioning correctly in UiPath Orchestrator version 2023.10.0.
Resolution:
Step 1: Take the backup of the file appsettings.onprem.json first.
Step 2: Add the below parameter value into the appsettings.onprem.json and perform the IISreset.
The vaule mentioning in the file as milli seconds 60000(1 minutes) format
"PartitionSettingDefaults": {
"IdleTimeoutDuration": 60000
}
}
Step 3: Perform the IISreset.