This is an automated email from the ASF dual-hosted git repository.
painter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-archetypes.git
The following commit(s) were added to refs/heads/master by this push:
new a10d4f2 Update TR.props to point users to web.xml for session timeout
a10d4f2 is described below
commit a10d4f274eb4594106094f069aafb655a4be5891
Author: jlpainter <[email protected]>
AuthorDate: Tue Sep 17 23:42:09 2019 -0400
Update TR.props to point users to web.xml for session timeout
---
.../src/main/webapp/WEB-INF/conf/TurbineResources.properties | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git
a/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
b/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
index d266cbd..be72891 100644
---
a/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
+++
b/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/conf/TurbineResources.properties
@@ -236,10 +236,12 @@
action.sessionvalidator=sessionvalidator.TemplateSessionValidator
#
# action.sessionvalidator=sessionvalidator.TemplateSecureSessionValidator
-# This is the timeout in seconds for sessions. If left commented out, the
-# servlet container's default timeout will be left as is.
-
-# session.timeout=1800
+#
+# session.timeout is no longer a property that is honored
+# by the Turbine configuration. If you need to adjust your
+# session timeout, please update the web.xml configuration file
+# for setting application wide timeout values
+#
# This is the default action that builds up the AccessControlList for
# the individual users session.