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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user