Skip to content
Snippets Groups Projects
Commit af4b67b1 authored by Olav Morken's avatar Olav Morken
Browse files

Logout-IFrame: Reduce timeout to 5 seconds.

The 10-second timeout is too long. Reduce it to 5 seconds instead.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2333 44740490-163a-0410-bde0-09ae8108e29a
parent 6b7f64a5
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if (isset($_REQUEST['type'])) {
if (isset($_REQUEST['timeout'])) {
$timeout = (int)$_REQUEST['timeout'];
} else {
$timeout = time() + 10;
$timeout = time() + 5;
}
if ($type !== 'embed' && $type !== 'async') {
......
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