mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
fix session
This commit is contained in:
@@ -38,7 +38,7 @@ class Session
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!self::$bIsInitialized) {
|
if (!headers_sent()) {
|
||||||
SessionHandler::session_set_save_handler();
|
SessionHandler::session_set_save_handler();
|
||||||
session_name('itop-'.md5(APPROOT));
|
session_name('itop-'.md5(APPROOT));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user