mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Fixed Trac#300: each iTop instance now uses its own name for the cookie storing the session ID. Therefore several instances can coexist independently on the same server.
SVN:trunk[913]
This commit is contained in:
@@ -24,6 +24,7 @@ $currentOrganization = utils::ReadParam('org_id', '');
|
||||
$operation = utils::ReadParam('operation', '');
|
||||
|
||||
require_once('../application/loginwebpage.class.inc.php');
|
||||
session_name(utils::GetConfig()->Get('session_name'));
|
||||
session_start();
|
||||
LoginWebPage::ResetSession();
|
||||
$oPage = new LoginWebPage();
|
||||
|
||||
Reference in New Issue
Block a user