From b3b7114db89d51bf994489a6efa396c33a04d3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lehrke?= Date: Sat, 24 Oct 2009 15:52:47 +0000 Subject: [PATCH] Fix Session Handling Problem again --- phpgwapi/inc/horde/Horde/SyncML.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/horde/Horde/SyncML.php b/phpgwapi/inc/horde/Horde/SyncML.php index 97e04d67bb..1525855b45 100644 --- a/phpgwapi/inc/horde/Horde/SyncML.php +++ b/phpgwapi/inc/horde/Horde/SyncML.php @@ -150,7 +150,7 @@ class Horde_SyncML_SyncMLHdr extends Horde_SyncML_ContentHandler { { // Remove any existing session since we'll be contructing a // custom session id. - //session_regenerate_id(); + session_regenerate_id(); session_destroy(); // we need to (re-)load the eGW session-handler, as session_destroy unloads custom session-handlers