Author: thomas.heute(a)jboss.com
Date: 2008-08-26 17:19:01 -0400 (Tue, 26 Aug 2008)
New Revision: 11743
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/web.xml
Log:
Put back session timeout to 15 min
Modified:
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/web.xml
===================================================================
---
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/web.xml 2008-08-26
20:52:47 UTC (rev 11742)
+++
branches/JBoss_Portal_Branch_2_7/core/src/resources/portal-server-war/WEB-INF/web.xml 2008-08-26
21:19:01 UTC (rev 11743)
@@ -146,7 +146,7 @@
</servlet-mapping>
<session-config>
- <session-timeout>1</session-timeout>
+ <session-timeout>15</session-timeout>
</session-config>
<!--
Show replies by date