diff --git a/core/trunk/core/init.php b/core/trunk/core/init.php
index 0cd89c22c71d79c3d728f219cd9d3f97b5d75b28..faae88e7ff2c7d92e08e731f8eca5d464d9ef2f5 100644
--- a/core/trunk/core/init.php
+++ b/core/trunk/core/init.php
@@ -1,5 +1,6 @@
 <?php
-include('core/init.php');
+session_name('maarch_entreprise');
+session_start();
 
 if(isset($_SESSION['config']['corepath']) && !empty($_SESSION['config']['corepath']))
 {