|
From: <dav...@us...> - 2010-03-26 17:04:45
|
Revision: 2401
http://qtitools.svn.sourceforge.net/qtitools/?rev=2401&view=rev
Author: davemckain
Date: 2010-03-26 17:04:39 +0000 (Fri, 26 Mar 2010)
Log Message:
-----------
MAE: Upped session timeout to 300 minutes (i.e. 5 hours).
Modified Paths:
--------------
branches/mathassess/QTIEngine/src/templates/war/web.xml
Modified: branches/mathassess/QTIEngine/src/templates/war/web.xml
===================================================================
--- branches/mathassess/QTIEngine/src/templates/war/web.xml 2010-03-26 11:45:31 UTC (rev 2400)
+++ branches/mathassess/QTIEngine/src/templates/war/web.xml 2010-03-26 17:04:39 UTC (rev 2401)
@@ -73,7 +73,15 @@
<servlet-name>gsp</servlet-name>
<url-pattern>*.gsp</url-pattern>
</servlet-mapping>
-
+
+ <!--
+ (Upped the session timeout to 5 hours to help prevent timeouts occurring, especially
+ when running via the Moodle plugin.)
+ -->
+ <session-config>
+ <session-timeout>300</session-timeout>
+ </session-config>
+
<welcome-file-list>
<!--
The order of the welcome pages is important. JBoss deployment will
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|