If you are using ResourceXpress On-Prem then you will need to modify the “AuthTokenExpiry” value found in the web.config file. On your ResourceXpress server navigate to the RX install location. By default, this is C:\inetpub\wwwroot . Open the web.configfile in your preferred text editor. Image RemovedImage AddedFind the “AuthTokenExpiry” option, under <appSettings>. If this value does not exist, add the below line. Code Block |
---|
| <add key="AuthTokenExpiry" value="1800" /> |
Update the value to your desired duration in seconds. Panel |
---|
panelIconId | 1f551 |
---|
panelIcon | :clock2: |
---|
panelIconText | 🕑 |
---|
bgColor | #DEEBFF |
---|
| 1800 = 30 minutes 86400 = 24 hrs 2678400 = 31 days 31536000 = 365 days |
|