ftimme
2011-09-23 feb022f04e51aae3c5f0ed0084e7af07bb3b29ee
interface/web/login/logout.php
@@ -76,5 +76,8 @@
      echo('URL_REDIRECT:index.php');
   }
}
exit;
?>
// Destroy the session completely now
$_SESSION = array();
session_destroy();
session_write_close();
?>