I have written a custom rest service(16.4) to fetch the ACS url to view the documents. By default, the ACS url is valid till 6 hrs(360 mins). I need to minimize the timeout value to 1 minute
There are multiple applications using the same docbase and Content Server. If I change it at the server level, then it would impact other applications.
So, I changed it in my custom rest service(expire_delta), but the ACS url became invalid. If I try to change anything the URL, it is becoming invalid.
Is there a way to do it or not possible at all?