From 8aa6e3f748272ea096c0b31e287724151cf998d5 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Thu, 22 Nov 2012 07:11:12 +0000
Subject: [PATCH] Remove deprecated option session.requestcache from
 config-template.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3204 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index f6eb6397b..64818e625 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -182,7 +182,6 @@ $config = array (
 	 * cookies both at the SP and the IdP exceeds this duration.
 	 */
 	'session.duration'		=>  8 * (60*60), // 8 hours.
-	'session.requestcache'	=>  4 * (60*60), // 4 hours
 
 	/*
 	 * Sets the duration, in seconds, data should be stored in the datastore. As the datastore is used for
-- 
GitLab