summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/_include.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/_include.php b/www/_include.php
index 2701203..fe7f58f 100644
--- a/www/_include.php
+++ b/www/_include.php
@@ -95,6 +95,7 @@ if (!file_exists($configdir . '/config.php')) {
SimpleSAML_Configuration::setConfigDir($configdir);
-
+/* Make sure that the session is initialized before any output. */
+SimpleSAML_Session::getInstance();
?> \ No newline at end of file