summaryrefslogtreecommitdiffstats
path: root/pki/base/ocsp
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-11-06 00:18:11 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-11-06 00:18:11 +0000
commit23b786cfc4ed2942fa50155807932a0bc6535856 (patch)
tree28f2ffc3116fd3fb1b3a63690d61a99d8988deb2 /pki/base/ocsp
parent7b35ca8632bf551b23ab151c5e99646b5acb3855 (diff)
downloadpki-23b786cfc4ed2942fa50155807932a0bc6535856.tar.gz
pki-23b786cfc4ed2942fa50155807932a0bc6535856.tar.xz
pki-23b786cfc4ed2942fa50155807932a0bc6535856.zip
Bugzilla Bug #609641 - CC: need procedure (and possibly tools) to help
correctly set up CC environment git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1478 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/ocsp')
-rw-r--r--pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml b/pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
index bf1f61df2..893c01b4b 100644
--- a/pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
+++ b/pki/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml
@@ -653,5 +653,15 @@
<servlet-name> ocspGetTokenInfo </servlet-name>
<url-pattern> /ee/ocsp/getTokenInfo </url-pattern>
</servlet-mapping>
+
+ <!-- ==================== Default Session Configuration =============== -->
+ <!-- You can set the default session timeout (in minutes) for all newly -->
+ <!-- created sessions by modifying the value below. -->
+ <!-- -->
+ <!-- To disable session timeouts for this instance, set a value of -1. -->
+
+ <session-config>
+ <session-timeout>30</session-timeout>
+ </session-config>
</web-app>