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

Set cookie path for session

This commit is contained in:
Adam Zammit
2015-11-17 15:02:55 +11:00
parent 2b1f11e313
commit e71d8d2a3b
4 changed files with 7 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ $sql = "SELECT stg_value
session_name($db->GetOne($sql));
session_set_cookie_params(0,QUEXS_PATH);
session_start();
//check if the session exists or loginID not set