Last active
September 23, 2015 22:03
-
-
Save evaldeslacasa/c72622b3de3f372fb7f4 to your computer and use it in GitHub Desktop.
Recommended session extension timeout - Liferay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Specify the number of minutes before a session expires. This value is | |
| # always overridden by the value set in web.xml. NOTE: the <session-timeout> | |
| # attribute in the web.xml files overrides these values. Comment them out. | |
| # | |
| session.timeout=5 | |
| # | |
| # Set the auto-extend mode to true to avoid having to ask the user whether | |
| # to extend the session or not. Instead, it will be automatically extended. | |
| # The purpose of this mode is to keep the session open as long as the user's | |
| # browser is open with a portal page loaded. It is recommended to use | |
| # this setting along with a smaller "session.timeout", such as 5 minutes, | |
| # for better performance. | |
| # | |
| session.timeout.auto.extend=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment