mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 01:59:39 +01:00
Fix Session Handling Problem again
This commit is contained in:
parent
291d3b04cb
commit
b3b7114db8
@ -150,7 +150,7 @@ class Horde_SyncML_SyncMLHdr extends Horde_SyncML_ContentHandler {
|
|||||||
{
|
{
|
||||||
// Remove any existing session since we'll be contructing a
|
// Remove any existing session since we'll be contructing a
|
||||||
// custom session id.
|
// custom session id.
|
||||||
//session_regenerate_id();
|
session_regenerate_id();
|
||||||
session_destroy();
|
session_destroy();
|
||||||
|
|
||||||
// we need to (re-)load the eGW session-handler, as session_destroy unloads custom session-handlers
|
// we need to (re-)load the eGW session-handler, as session_destroy unloads custom session-handlers
|
||||||
|
Loading…
Reference in New Issue
Block a user