remove session id check, it was not working the way I hoped for
[phorkie.git] / www / www-header.php
index ed41503922ee257561df43266f6a065dae7ccd6b..9aa873240aa2a3dff64a909f1c57b2c50e391f75 100644 (file)
@@ -1,8 +1,6 @@
 <?php
 namespace phorkie;
-if (session_id() == "") {
-    session_start();
-}
+session_start();
 
 set_include_path(
     __DIR__ . '/../src/'