HOR-435 It's necesary to close the session, if we close processmaker and open again HOME and DESIGNER are blocked
fix in frames implementation of the template html and css fix in file css remove file add link fix in status code fix in remove confirm fix in edege
This commit is contained in:
@@ -413,7 +413,7 @@ try {
|
||||
}
|
||||
|
||||
$configS = System::getSystemConfiguration('', '', SYS_SYS);
|
||||
$activeSession = array_key_exists('session_block', $configS) ? !(int)$configS['session_block']:true;
|
||||
$activeSession = isset($configS['session_block']) ? !(int)$configS['session_block']:true;
|
||||
if ($activeSession){
|
||||
setcookie("PM-TabPrimary", 101010010, time() + (24 * 60 * 60), '/');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user