From e80578b3aae7e4fd181836bfa6c1ec86dac70a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Wed, 24 Sep 2008 14:16:36 +0000 Subject: [PATCH] fix yadis session handling when using memcache session handler git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@892 44740490-163a-0410-bde0-09ae8108e29a --- modules/openid/www/consumer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/openid/www/consumer.php b/modules/openid/www/consumer.php index 159b30723..c697cdedc 100644 --- a/modules/openid/www/consumer.php +++ b/modules/openid/www/consumer.php @@ -5,6 +5,8 @@ require_once('Auth/OpenID/SReg.php'); require_once('Auth/OpenID/Server.php'); require_once('Auth/OpenID/ServerRequest.php'); +session_start(); + $config = SimpleSAML_Configuration::getInstance(); /* Find the authentication state. */ -- GitLab