Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI,
How can the login session timeout be changed from the web, for example, to require login again after 30 minutes of inactivity?
thanks
Hi @lguevara
To configure the session timeout for Replicate, you can use the following command:
repuictl -d "c:\Attunity\Replicate\bin" configuration set --authentication_method form --user_timeout 1800
# (30 minutes)
Note that the "timeout" parameter must be used in conjunction with "form" authentication.
Kindly restart the Qlik Replicate UI service for it to take effect
Thank you
Avidar
Hi @lguevara
To configure the session timeout for Replicate, you can use the following command:
repuictl -d "c:\Attunity\Replicate\bin" configuration set --authentication_method form --user_timeout 1800
# (30 minutes)
Note that the "timeout" parameter must be used in conjunction with "form" authentication.
Kindly restart the Qlik Replicate UI service for it to take effect
Thank you
Avidar
Hi @avidary_qlik,
thanks, when authentication_method is SSO, it depends of the web explorer? or how end sesion in this case.
thanks
@lguevara
When the authentication method is Single Sign-On (SSO), Qlik does not oversee the timeout settings. Rather, these settings are governed by the browser or the SSO agent.
Thank you
Avidar