From e3ff52ad89b1ac8549ee4b2b679cf9d7a2f96d29 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 27 Feb 2014 19:37:16 -0500 Subject: Improve session creation --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') diff --git a/index.php b/index.php index 6925570e..61a04537 100644 --- a/index.php +++ b/index.php @@ -9,5 +9,8 @@ if (file_exists('config.php')) require 'config.php'; // Auto-refresh frequency in seconds for the public board view defined('AUTO_REFRESH_DURATION') or define('AUTO_REFRESH_DURATION', 60); +// Custom session save path +defined('SESSION_SAVE_PATH') or define('SESSION_SAVE_PATH', ''); + $router = new Router; $router->execute(); -- cgit v1.2.3