From 312e13836a00ffd99ae06cd64dd416a14be3f651 Mon Sep 17 00:00:00 2001 From: Jean-Louis Ercolani <jeanlouis.ercolani@maarch.org> Date: Thu, 17 Mar 2011 10:07:48 +0000 Subject: [PATCH] change session name --- core/trunk/core/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/trunk/core/init.php b/core/trunk/core/init.php index 8570d811b9f..575f1c49758 100644 --- a/core/trunk/core/init.php +++ b/core/trunk/core/init.php @@ -1,5 +1,5 @@ <?php -session_name('maarch_entreprise'); +session_name('maarch_entreprise_trunk'); session_start(); if(isset($_SESSION['config']['default_timezone']) && !empty($_SESSION['config']['default_timezone'])) { -- GitLab