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