-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Fix Version/s: 7.2.x
-
Component/s: None
-
Labels:None
-
Type of Documentation:Developer: Customization
-
Git Pull Request:
Article: https://help.liferay.com/hc/en-us/articles/360029144651
Per Philip Chapman
<session-config>
<session-timeout>30</session-timeout>
<cookie-config>
<http-only>true</http-only>
</cookie-config>
</session-config>
"Hey, Might be good to mention that if we need an uninterrupted session, we can switch the value to -1 <session-timeout>-1</session-timeout> Advisory: Leaving a session permanently active is a risk. This information is for reference purposes only and not recommended."