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:
Ronald Q
2016-03-15 11:54:22 -04:00
committed by Ronald Quenta
parent a88b2a2edc
commit 22691a06b0
12 changed files with 249 additions and 25 deletions

View File

@@ -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), '/');
}