summaryrefslogtreecommitdiffstats
path: root/base/tks
diff options
context:
space:
mode:
Diffstat (limited to 'base/tks')
-rw-r--r--base/tks/shared/webapps/tks/META-INF/context.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/tks/shared/webapps/tks/META-INF/context.xml b/base/tks/shared/webapps/tks/META-INF/context.xml
index 032fd14c9..e838503a6 100644
--- a/base/tks/shared/webapps/tks/META-INF/context.xml
+++ b/base/tks/shared/webapps/tks/META-INF/context.xml
@@ -28,7 +28,9 @@
secureRandomProvider="Mozilla-JSS" secureRandomAlgorithm="pkcs11prng"/>
<Valve className="com.netscape.cms.tomcat.SSLAuthenticatorWithFallback"
- secureRandomProvider="Mozilla-JSS" secureRandomAlgorithm="pkcs11prng"/>
+ alwaysUseSession="true"
+ secureRandomProvider="Mozilla-JSS"
+ secureRandomAlgorithm="pkcs11prng"/>
<Realm className="com.netscape.cms.tomcat.ProxyRealm" />