It's all about the answers!

Ask a question

How do I increase the login session on Liberty?


Melissa Kivisto (2871021) | asked Feb 22 '16, 10:46 a.m.
 We recently upgrade to CLM 6.0.1 and are now using Liberty as our application server.
Users are finding that they need to log in again to the web UI several times in the day.

How do I increase the session time?

One answer



permanent link
Melissa Kivisto (2871021) | answered Feb 22 '16, 10:46 a.m.
edited Feb 22 '16, 10:48 a.m.
The timeout can be increased by setting ltpa timeout in the server.xml (example path: C:\IBM\RTC601\server\liberty\servers\clm\server.xml )
By default, it is not included and falls to default timeout of 90 minutes.

To increase this to, as an example, 8 hours, add the tag:
<ltpa expiration="480" />

For more information about this tag, and others, in the Liberty server.xml, see:
https://www-01.ibm.com/support/knowledgecenter/SSEQTJ_8.5.5/com.ibm.websphere.wlp.doc/autodita/rwlp_metatype_4ic.html

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.