Revision: 2191
Author: olavmrk
Date: Wed Feb 24 01:53:05 2010
Log: _include: Do not initialize session unless it is needed.
http://code.google.com/p/simplesamlphp/source/detail?r=2191

Modified:
 /trunk/www/_include.php

=======================================
--- /trunk/www/_include.php     Fri Jan 22 01:11:55 2010
+++ /trunk/www/_include.php     Wed Feb 24 01:53:05 2010
@@ -90,9 +90,6 @@
echo("See: http://rnd.feide.no/content/installing-simplesamlphp#id434777\n";);
        exit(1);
 }
-
-/* Make sure that the session is initialized before any output. */
-SimpleSAML_Session::getInstance();

 /* Set the timezone. */
 SimpleSAML_Utilities::initTimezone();

--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to