How to extend the session life time of touch apps?

  • 1 October 2019
  • 1 reply
  • 264 views

Userlevel 4
Badge +7
How to extend the session life time of touch apps?

1 reply

Userlevel 6
Badge +11
IFS Middleware Server Admin console Access is needed to perform this change.
Please note there is a system wide impact due to this change. We strongly recommend that you do this change to a TEST environment first and check the performance.
For this to be done, one must use IFS Middleware Server Admin Console. System admin should have access to this.
Note : Following steps applies to managed servers in Main Cluster.
1. Go to IFS Middleware Server Admin Console
2. Login with credentials
3. Go to Main Cluster -> Managed Servers
4. Go to CONFIGURATIONS tab – This is the place to configure cluster wide configurations
5. Under Server Startup, you will find Arguments: section. In the input field, you should set following argument (put a space in front if there are arguments set already)
-Difs.oidc.refreshtoken.lifetime=108000
Numeric value given here represents 0.5 hours’ time in seconds, please change accordingly.
6. Save changes using save button (top left-hand corner)
7. Go to SERVERS tab and press Restart ALL. Which is found in top tools bar. This will restart all servers under Main Cluster.
This will result in extended refresh token lifetimes for Main Cluster.
*You may want to use same setting for Integration Cluster too. For that, perform same steps through Integration Cluster menu.*

Reply