-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 6.0.6 GA, 6.1.10 EE GA1
-
Fix Version/s: 6.0.6 GA, 6.1.20 EE GA2
-
Component/s: Environments, Environments > App Servers
-
Labels:
From http://www.liferay.com/community/forums/-/message_boards/message/13933299
By having the following stanza in web.xml you are then required to modify the portal WAR file for a simple configuration change. From the docs for session.timeout in the portal.properties:
"Specify the number of minutes before a session expires. This value is always overridden by the value set in web.xml."
<session-config>
<session-timeout>30</session-timeout>
</session-config>
I propose that it be removed.
- relates
-
LPS-52033 Ability to control session timeout from other source than web.xml
-
- Under Review
-