Store session variables.
[readifood.git] / www / index.php
index 4468e05..ae8b5a1 100644 (file)
@@ -32,6 +32,7 @@
   $username = $_SERVER['REMOTE_USER'];
   include_once("$lib_root/constants.php");
   include_once("$lib_root/functions.php");
+  include_once("$lib_root/session.php");
   include_once("$lib_root/header.php");
   $q = new UserQuery;
   $user = $q->findOneByUsername($username);