2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

merged main rev 487 and 488

This commit is contained in:
Alex
2015-11-17 13:56:45 +03:00
6 changed files with 7 additions and 10 deletions

View File

@@ -48,6 +48,8 @@ $sql = "SELECT stg_value
session_name($db->GetOne($sql));
session_set_cookie_params(0,QUEXS_PATH);
if ((defined('PHP_SESSION_ACTIVE') && session_status() !== PHP_SESSION_ACTIVE) || !session_id()) {
session_start();
}