-
Notifications
You must be signed in to change notification settings - Fork 154
Configuring Session Timeout
Endi S. Dewata edited this page Mar 27, 2024
·
6 revisions
The Session Timeout configuration affects how long an idle PKI Console will remain connected to the server. For some, the default 5 minutes timeout might be too short.
The session timeout can be configured during installation (see Two-Step Installation) or after installation.
To configure the session timeout, edit the keepAliveTimeout parameter in /var/lib/pki/pki-tomcat/conf/server.xml:
<Server>
<Service>
<Connector name="Secure"
...
keepAliveTimeout="300000"
...
/>
</Service>
</Server>
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |