Fix Session Handling Problem again

This commit is contained in:
Jörg Lehrke 2009-10-24 15:52:47 +00:00
parent 291d3b04cb
commit b3b7114db8

View File

@ -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