RE: RE: Session timeout in 7.4

thumbnail
Steve Weiss, modified 3 Years ago. Regular Member Posts: 112 Join Date: 9/20/11 Recent Posts

In 7.2 and earlier, we changed the session timeout in two web.xml files (tomcat/conf and webapps/ROOT/WEB-INF) worked. In 7.4 this no longer seems to work, is there now another configuration somewhere that handles this?

thumbnail
Olaf Kock, modified 3 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts

Did you change it to longer or shorter?

Background: You can also configure the session duration within Liferay (through portal.properties) and some JS code might cut off your session at the time configured there.

I'm not aware that any of this changed in the past decade though.

thumbnail
Steve Weiss, modified 3 Years ago. Regular Member Posts: 112 Join Date: 9/20/11 Recent Posts

Thanks. I made it longer (720 min) but it's not taking. I haven't tried setting it in portal.properties, I'll try that.