How can can one adjust the timeout for a Web or Eclipse session using WAS?
I want to adjust the time out session for Web or Eclipse sessions? I see lots of questions but not necessarily the right answers for WAS. The closest I could find was these links but they apply to Tomcat not WAS:
Our sessions seem to expire after about 1 hr. If I expand the CCM war file and look at the web.xml file I see the following:
<!-- set session timeouts to occur after 6 hours -->
<session-config>
<session-timeout>360</session-timeout>
</session-config>
Which seems to indicate my sessions should expire after 6 hrs not 1 hr like we've been observing. Am I looking into the wrong place? Any suggestions?
One answer
Have you tried changing the LTPA token timeout? See here for information on how to change it.
Also see WAS LTPA token times out and requires re-authentication (115217) for a discussion on the issue of users being forced to re-authenticate every 2 hours. A summary of the discussion is that the LTPA token timeout on WAS is set to 2 hours by default and the timeout is not affected by user activity (so a user can be active for 2 hours and still be forced to re-authenticate). This is how LTPA tokens are designed to work.
Also see WAS LTPA token times out and requires re-authentication (115217) for a discussion on the issue of users being forced to re-authenticate every 2 hours. A summary of the discussion is that the LTPA token timeout on WAS is set to 2 hours by default and the timeout is not affected by user activity (so a user can be active for 2 hours and still be forced to re-authenticate). This is how LTPA tokens are designed to work.
Comments
1 vote
Comments
Kevin Ramer
Mar 08 '13, 3:09 p.m.Kevin Ramer
Mar 08 '13, 3:28 p.m.Michael Prentice
Mar 19 '13, 10:15 a.m.