Skip to content

Commit

Permalink
docs(portool): add notes about how to really override session.timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Apr 21, 2020
1 parent 1c4a7fe commit 92df4f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,15 @@ minifier.enabled=false
module.framework.properties.osgi.console=localhost:11311
schema.module.build.auto.upgrade=true
session.timeout.auto.extend=true

#
# Session timeout in minutes.
# Note: will be overridden by whatever is in:
# - $TOMCAT/conf/web.xml
# - $TOMCAT/webapps/ROOT/WEB-INF/web.xml
#
session.timeout=100000

theme.css.fast.load.check.request.parameter=true
theme.css.fast.load=false
theme.images.fast.load.check.request.parameter=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ jdbc.default.password=
browser.launcher.url=
com.liferay.portal.servlet.filters.gzip.GZipFilter=true
gzip.compression.level=1

#
# Session timeout in minutes.
# Note: will be overridden by whatever is in:
# - $TOMCAT/conf/web.xml
# - $TOMCAT/webapps/ROOT/WEB-INF/web.xml
#
session.timeout=100000

session.timeout.auto.extend=true
tunnel.servlet.hosts.allowed=0:0:0:0:0:0:0:1

Expand Down

0 comments on commit 92df4f4

Please sign in to comment.