From b8c0a227a180967da6bee05ea9f6a931199b93e7 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 24 Feb 2010 09:53:05 +0000 Subject: [PATCH] _include: Do not initialize session unless it is needed. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2191 44740490-163a-0410-bde0-09ae8108e29a --- www/_include.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/_include.php b/www/_include.php index 927a8d791..869d3b520 100644 --- a/www/_include.php +++ b/www/_include.php @@ -91,9 +91,6 @@ if (!file_exists($configdir . '/config.php')) { exit(1); } -/* Make sure that the session is initialized before any output. */ -SimpleSAML_Session::getInstance(); - /* Set the timezone. */ SimpleSAML_Utilities::initTimezone(); -- GitLab