Skip to content
Snippets Groups Projects
Commit 44b53ca9 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Remove deprecated code handling the old 'session.requestcache' configuration option.

parent 5b5f65ae
No related branches found
No related tags found
No related merge requests found
...@@ -596,13 +596,6 @@ class SimpleSAML_Session { ...@@ -596,13 +596,6 @@ class SimpleSAML_Session {
throw new Exception('The value of the session.datastore.timeout' . throw new Exception('The value of the session.datastore.timeout' .
' configuration option should be a positive integer.'); ' configuration option should be a positive integer.');
} }
} else {
/* For backwards compatibility. */
$timeout = $configuration->getInteger('session.requestcache', 4*(60*60));
if ($timeout <= 0) {
throw new Exception('The value of the session.requestcache' .
' configuration option should be a positive integer.');
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment