ACE-528 - temporary confiugre the session timeout in ms:

- due to FELIX-5175, session timeouts are interpreted in milliseconds instead
  of seconds. As Felix HTTP does the session eviction for us, we can -for now-
  circumvent this issue by configuring the session timeout in milliseconds.



git-svn-id: https://svn.apache.org/repos/asf/ace/trunk@1727302 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/run-client/conf/org.apache.ace.webui.vaadin.cfg b/run-client/conf/org.apache.ace.webui.vaadin.cfg
index 3e3fa60..668c16e 100644
--- a/run-client/conf/org.apache.ace.webui.vaadin.cfg
+++ b/run-client/conf/org.apache.ace.webui.vaadin.cfg
@@ -11,8 +11,8 @@
 # OBR settings
 obr.url = http://${org.apache.ace.obr}/obr/
 obr.xml = repository.xml
-# Session timeout
-session.timeout = 300
+# Session timeout; due to ACE-528 this is now set in ms! 
+session.timeout = 300000
 # Tuning of the artifacts column
 artifacts.cache.rate = 3
 artifacts.page.length = 50
diff --git a/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg b/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg
index 20229eb..9ca64fa 100644
--- a/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg
+++ b/run-server-allinone/conf/org.apache.ace.webui.vaadin.cfg
@@ -12,8 +12,8 @@
 # OBR settings
 obr.url = http://${org.apache.ace.obr}/obr/
 obr.xml = repository.xml
-# Session timeout
-session.timeout = 300
+# Session timeout; due to ACE-528 this is now set in ms! 
+session.timeout = 300000
 # Tuning of the artifacts column
 artifacts.cache.rate = 0.1
 artifacts.page.length = 50