During mapping setup to sync Endevor and Bitbucket, when the initialize process takes a little long a session timeout occurs When this occurs, all setup is lost and need to start over.
Is there any configuration parm (application.yml) to get session timeout longer ?
Release : 18.1
Component : BRIDGE FOR GIT
The following params (in application.yml) are used to configure the B4G application session timeout.
# Duration of Web UI user token - logout inactive user after (minimum value is 5 minutes)
token-expiration-minutes: <duration_in_minutes>
token-expiration-minutes : This param is used to provide more security to the application (preventing Bridge for Git from any malicious attacks).. If there is no user interaction with the Bridge For Git or if application remains idle within the duration(mins) set to this param the application gets logged out. Based on the level of security required, set the duration and the remcommended values to (15, 30 , 60 or more).
# Duration of Web UI user session - force new user login after (minimum value is 15 minutes)
session-expiration-minutes: <duration_in_minutes>
session-expiration-minutes : Forcefully logout from the application runnning on the same session after the duration(mins) set to this param. Based on the usage of the application by the user this param value can be set and the recommended values are (15 , 30 mins, 60 mins , half a day or more).