Chapter 1. 3scale general configuration options
As a Red Hat 3scale API Management administrator, there are general configuration options available to you in your installation or account to adjust settings.
1.1. Configuring a valid login session length
As a Red Hat 3scale API Management administrator, you can configure a valid login session length for both the Admin Portal and the Developer Portal so there is a limit for maximum timeout and inactivity.
To implement a valid login session length you must set USER_SESSION_TTL
to seconds. For example 7,200 seconds is 2 hours. If the value is null
, that is, not set or is set to an empty string, the session length is for 2 weeks.
Prerequisites
- A 3scale account with administrator privileges.
Procedure
Update the environment variable to the time in seconds you require:
$ oc set env dc/system-app --overwrite USER_SESSION_TTL=7200